Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c1238 struct inpcbporthead *__single porthash; in in6_pcblookup_local() local
1274 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in6_pcblookup_local()
1276 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c2368 struct inpcbporthead *porthash; in in_pcblookup_local() local
2377 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in_pcblookup_local()
2379 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()