Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Din_pcb.c2379 struct inpcbport *phd; in in_pcblookup_local() local
2389 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()
2390 if (phd->phd_port == lport) { in in_pcblookup_local()
2394 if (phd != NULL) { in in_pcblookup_local()
2399 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in_pcblookup_local()
2708 struct inpcbport *phd; in in_pcbinshash() local
2754 LIST_FOREACH(phd, pcbporthash, phd_hash) { in in_pcbinshash()
2755 if (phd->phd_port == inp->inp_lport) { in in_pcbinshash()
2763 if (phd == NULL) { in in_pcbinshash()
2764 phd = kalloc_type(struct inpcbport, Z_WAITOK | Z_NOFAIL); in in_pcbinshash()
[all …]
/xnu-10063.101.15/bsd/netinet6/
H A Din6_pcb.c1241 struct inpcbport *phd; in in6_pcblookup_local() local
1277 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
1278 if (phd->phd_port == lport) { in in6_pcblookup_local()
1282 if (phd != NULL) { in in6_pcblookup_local()
1287 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()