Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Din_pcb.c2377 struct inpcbport *phd; in in_pcblookup_local() local
2387 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()
2388 if (phd->phd_port == lport) { in in_pcblookup_local()
2392 if (phd != NULL) { in in_pcblookup_local()
2397 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in_pcblookup_local()
2706 struct inpcbport *phd; in in_pcbinshash() local
2752 LIST_FOREACH(phd, pcbporthash, phd_hash) { in in_pcbinshash()
2753 if (phd->phd_port == inp->inp_lport) { in in_pcbinshash()
2761 if (phd == NULL) { in in_pcbinshash()
2762 phd = kalloc_type(struct inpcbport, Z_WAITOK | Z_NOFAIL); in in_pcbinshash()
[all …]
/xnu-10002.41.9/bsd/netinet6/
H A Din6_pcb.c1239 struct inpcbport *phd; in in6_pcblookup_local() local
1275 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
1276 if (phd->phd_port == lport) { in in6_pcblookup_local()
1280 if (phd != NULL) { in in6_pcblookup_local()
1285 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()