FreeBSD kernel IPv4 code
iterator_control Struct Reference

#include <sctp_structs.h>

Collaboration diagram for iterator_control:

Data Fields

struct mtx ipi_iterator_wq_mtx
 
struct mtx it_mtx
 
SCTP_PROCESS_STRUCT thread_proc
 
struct sctpiterators iteratorhead
 
struct sctp_iteratorcur_it
 
uint32_t iterator_running
 
uint32_t iterator_flags
 

Detailed Description

Definition at line 173 of file sctp_structs.h.

Field Documentation

◆ cur_it

struct sctp_iterator* iterator_control::cur_it

◆ ipi_iterator_wq_mtx

struct mtx iterator_control::ipi_iterator_wq_mtx

Definition at line 174 of file sctp_structs.h.

Referenced by sctp_iterator_thread().

◆ it_mtx

struct mtx iterator_control::it_mtx

Definition at line 175 of file sctp_structs.h.

◆ iterator_flags

uint32_t iterator_control::iterator_flags

◆ iterator_running

uint32_t iterator_control::iterator_running

◆ iteratorhead

struct sctpiterators iterator_control::iteratorhead

◆ thread_proc

SCTP_PROCESS_STRUCT iterator_control::thread_proc

Definition at line 176 of file sctp_structs.h.

Referenced by sctp_startup_iterator().


The documentation for this struct was generated from the following file: