Home
last modified time | relevance | path

Searched refs:iteratorhead (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dsctp_bsd_addr.c108 TAILQ_INIT(&sctp_it_ctl.iteratorhead); in sctp_startup_iterator()
H A Dsctp_structs.h183 struct sctpiterators iteratorhead; member
H A Dsctp_pcb.c3265 TAILQ_FOREACH_SAFE(it, &sctp_it_ctl.iteratorhead, sctp_nxt_itr, nit) { in sctp_iterator_inp_being_freed()
3273 TAILQ_REMOVE(&sctp_it_ctl.iteratorhead, in sctp_iterator_inp_being_freed()
5971 TAILQ_FOREACH_SAFE(it, &sctp_it_ctl.iteratorhead, sctp_nxt_itr, nit) { in sctp_pcb_finish()
5975 TAILQ_REMOVE(&sctp_it_ctl.iteratorhead, it, sctp_nxt_itr); in sctp_pcb_finish()
7181 TAILQ_INSERT_TAIL(&sctp_it_ctl.iteratorhead, it, sctp_nxt_itr); in sctp_initiate_iterator()
H A Dsctputil.c1483 TAILQ_FOREACH_SAFE(it, &sctp_it_ctl.iteratorhead, sctp_nxt_itr, nit) { in sctp_iterator_worker()
1485 TAILQ_REMOVE(&sctp_it_ctl.iteratorhead, it, sctp_nxt_itr); in sctp_iterator_worker()