Searched refs:phd (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | in_pcb.c | 2415 struct inpcbport *phd; in in_pcblookup_local() local 2425 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local() 2426 if (phd->phd_port == lport) { in in_pcblookup_local() 2430 if (phd != NULL) { in in_pcblookup_local() 2435 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in_pcblookup_local() 2745 struct inpcbport *phd; in in_pcbinshash() local 2791 LIST_FOREACH(phd, pcbporthash, phd_hash) { in in_pcbinshash() 2792 if (phd->phd_port == inp->inp_lport) { in in_pcbinshash() 2800 if (phd == NULL) { in in_pcbinshash() 2801 phd = kalloc_type(struct inpcbport, Z_WAITOK | Z_NOFAIL); in in_pcbinshash() [all …]
|
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | in6_pcb.c | 1244 struct inpcbport *__single phd; in in6_pcblookup_local() local 1280 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local() 1281 if (phd->phd_port == lport) { in in6_pcblookup_local() 1286 if (phd != NULL) { in in6_pcblookup_local() 1291 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()
|