Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h141 inp_func function_inp_end; /* end INP function */ member
H A Dsctputil.c1506 if (it->function_inp_end != NULL) { in sctp_iterator_work()
1507 inp_skip = (*it->function_inp_end) (it->inp, in sctp_iterator_work()
1577 if (it->function_inp_end != NULL) { in sctp_iterator_work()
1578 inp_skip = (*it->function_inp_end) (it->inp, in sctp_iterator_work()
H A Dsctp_pcb.c7062 it->function_inp_end = inpe; in sctp_initiate_iterator()