Home
last modified time | relevance | path

Searched refs:sctp_iterator (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dsctp_structs.h137 struct sctp_iterator { struct
138 TAILQ_ENTRY(sctp_iterator) sctp_nxt_itr;
163 TAILQ_HEAD(sctpiterators, sctp_iterator); argument
184 struct sctp_iterator *cur_it;
846 struct sctp_iterator *stcb_starting_point_for_iterator;
H A Dsctp_timer.h92 void sctp_iterator_timer(struct sctp_iterator *it);
H A Dsctp_pcb.h401 struct sctp_iterator *inp_starting_point_for_iterator;
H A Dsctp_pcb.c3229 struct sctp_iterator *it, *nit; in sctp_iterator_inp_being_freed()
5943 struct sctp_iterator *it, *nit; in sctp_pcb_finish()
7126 struct sctp_iterator *it = NULL; in sctp_initiate_iterator()
7136 SCTP_MALLOC(it, struct sctp_iterator *, sizeof(struct sctp_iterator), in sctp_initiate_iterator()
H A Dsctputil.c1325 sctp_iterator_work(struct sctp_iterator *it) in sctp_iterator_work()
1478 struct sctp_iterator *it, *nit; in sctp_iterator_worker()