Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h164 uint32_t asoc_state; /* assoc state being checked */ member
H A Dsctp_pcb.c7019 uint32_t asoc_state, in sctp_initiate_iterator() argument
7054 it->asoc_state = asoc_state; in sctp_initiate_iterator()
H A Dsctputil.c1523 if (it->asoc_state && ((it->stcb->asoc.state & it->asoc_state) != it->asoc_state)) { in sctp_iterator_work()