HomeSort by: relevance | last modified time | path
    Searched refs:sctp_iterator (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_timer.h 71 void sctp_iterator_timer(struct sctp_iterator *it);
sctp_structs.h 91 struct sctp_iterator { struct
92 LIST_ENTRY(sctp_iterator) sctp_nxt_itr;
105 LIST_HEAD(sctpiterators, sctp_iterator);
340 struct sctp_iterator *stcb_starting_point_for_iterator;
sctp_pcb.h 317 struct sctp_iterator *inp_starting_point_for_iterator;
sctputil.c 883 struct sctp_iterator *it;
884 it = (struct sctp_iterator *)inp;
1098 struct sctp_iterator *it;
1099 it = (struct sctp_iterator *)inp;
1407 struct sctp_iterator *it;
1408 it = (struct sctp_iterator *)inp;
sctp_pcb.c 1940 struct sctp_iterator *it;
2979 struct sctp_iterator *it;
4682 struct sctp_iterator *it=NULL;
4687 it = malloc(sizeof(struct sctp_iterator), M_PCB, M_WAITOK);
sctp_timer.c 1433 sctp_iterator_timer(struct sctp_iterator *it)

Completed in 20 milliseconds