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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c924 struct inpcbporthead *porthash; local
933 porthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(lport,
935 LIST_FOREACH(phd, porthash, phd_hash) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1303 struct inpcbporthead *porthash; local
1312 porthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(lport,
1314 LIST_FOREACH(phd, porthash, phd_hash) {

Completed in 68 milliseconds