Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h183 struct sctppcbhead listhead; member
H A Dsiftr.c286 LIST_HEAD(listhead, flow_hash_node) *counter_hash;
339 struct listhead *counter_list; in siftr_process_pkt()
H A Dsctp_sysctl.c367 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_sysctl_handle_assoclist()
398 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_sysctl_handle_assoclist()
H A Din_pcb.c521 struct inpcbhead *listhead, int hash_nelements, int porthash_nelements, in in_pcbinfo_init() argument
533 pcbinfo->ipi_listhead = listhead; in in_pcbinfo_init()
H A Dsctp_pcb.c2513 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list); in sctp_inpcb_alloc()
5723 LIST_INIT(&SCTP_BASE_INFO(listhead)); in sctp_pcb_init()
6994 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_drain()
7072 it->inp = LIST_FIRST(&SCTP_BASE_INFO(listhead)); in sctp_initiate_iterator()