Home
last modified time | relevance | path

Searched refs:ipi_listhead (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/netinet/
HDin_pcb.c221 pcbinfo->ipi_listhead = listhead; in in_pcbinfo_init()
222 LIST_INIT(pcbinfo->ipi_listhead); in in_pcbinfo_init()
302 LIST_INSERT_HEAD(pcbinfo->ipi_listhead, inp, inp_list); in in_pcballoc()
1328 LIST_FOREACH_SAFE(inp, pcbinfo->ipi_listhead, inp_list, inp_temp) { in in_pcbnotifyall()
1355 LIST_FOREACH(inp, pcbinfo->ipi_listhead, inp_list) { in in_pcbpurgeif0()
2164 LIST_FOREACH(inp, V_tcbinfo.ipi_listhead, inp_list) { in inp_apply_all()
HDin_pcbgroup.c167 KASSERT(LIST_EMPTY(pcbinfo->ipi_listhead), in in_pcbgroup_destroy()
HDin_pcb.h301 struct inpcbhead *ipi_listhead; /* (g) */ member
HDip_divert.c670 for (inp = LIST_FIRST(V_divcbinfo.ipi_listhead), i = 0; inp && i < n; in div_pcblist()
HDraw_ip.c1052 for (inp = LIST_FIRST(V_ripcbinfo.ipi_listhead), i = 0; inp && i < n; in rip_pcblist()
HDtcp_subr.c1147 LIST_FOREACH(inpb, V_tcbinfo.ipi_listhead, inp_list) { in tcp_drain()
1269 for (inp = LIST_FIRST(V_tcbinfo.ipi_listhead), i = 0; in tcp_pcblist()
HDudp_usrreq.c832 for (inp = LIST_FIRST(V_udbinfo.ipi_listhead), i = 0; inp && i < n; in udp_pcblist()
/trueos/sys/netinet6/
HDin6_pcb.c615 LIST_FOREACH_SAFE(inp, pcbinfo->ipi_listhead, inp_list, inp_temp) { in in6_pcbnotify()
772 LIST_FOREACH(in6p, pcbinfo->ipi_listhead, inp_list) { in in6_pcbpurgeif0()
/trueos/usr.bin/netstat/
HDinet.c242 KREAD(pcbinfo.ipi_listhead, &listhead, sizeof(listhead)); in pcblist_kvm()