Home
last modified time | relevance | path

Searched refs:asoc_state (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h147 uint32_t asoc_state; /* assoc state being checked */ member
H A Dsctp_pcb.c7026 uint32_t asoc_state, in sctp_initiate_iterator() argument
7061 it->asoc_state = asoc_state; in sctp_initiate_iterator()
H A Dsctputil.c1516 if (it->asoc_state && ((it->stcb->asoc.state & it->asoc_state) != it->asoc_state)) { in sctp_iterator_work()