Searched refs:inp_portlist (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h155 LIST_ENTRY(inpcb) inp_portlist; /* list for this PCB's local port */ member in struct:inpcb
285 _INPCB_LIST_ENTRY(inpcb) inp_portlist; /* list for this PCB's local port */ member in struct:inpcb_compat
372 inp_portlist; /* list for this PCB's local port */ member in struct:xinpcb64
H A Din_pcb.c1323 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1684 LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist);
1731 LIST_REMOVE(inp, inp_portlist);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c944 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 20 milliseconds