Searched refs:listhead (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 183 struct sctppcbhead listhead; member
|
| H A D | siftr.c | 286 LIST_HEAD(listhead, flow_hash_node) *counter_hash; 339 struct listhead *counter_list; in siftr_process_pkt()
|
| H A D | sctp_sysctl.c | 367 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 D | in_pcb.c | 521 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 D | sctp_pcb.c | 2513 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()
|