Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h633 struct inpcbhead phd_pcblist; member
H A Din_pcb.c2389 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in_pcblookup_local()
2778 LIST_INIT(&phd->phd_pcblist); in in_pcbinshash()
2810 LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist); in in_pcbinshash()
2926 if (LIST_EMPTY(&phd->phd_pcblist)) { in in_pcbremlists()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c1287 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()