Home
last modified time | relevance | path

Searched refs:phd (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c2334 struct inpcbport *phd; in in_pcblookup_local() local
2344 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()
2345 if (phd->phd_port == lport) { in in_pcblookup_local()
2349 if (phd != NULL) { in in_pcblookup_local()
2354 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in_pcblookup_local()
2663 struct inpcbport *phd; in in_pcbinshash() local
2709 LIST_FOREACH(phd, pcbporthash, phd_hash) { in in_pcbinshash()
2710 if (phd->phd_port == inp->inp_lport) { in in_pcbinshash()
2718 if (phd == NULL) { in in_pcbinshash()
2719 phd = kalloc_type(struct inpcbport, Z_WAITOK | Z_NOFAIL); in in_pcbinshash()
[all …]
/xnu-8796.141.3/bsd/netinet6/
H A Din6_pcb.c1200 struct inpcbport *phd; in in6_pcblookup_local() local
1236 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
1237 if (phd->phd_port == lport) { in in6_pcblookup_local()
1241 if (phd != NULL) { in in6_pcblookup_local()
1246 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()