Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_pcb.c1242 struct inpcbporthead *__single porthash; in in6_pcblookup_local() local
1278 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in6_pcblookup_local()
1280 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c2414 struct inpcbporthead *porthash; in in_pcblookup_local() local
2423 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in_pcblookup_local()
2425 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()