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

/freebsd-10.0-release/sys/netinet6/
H A Din6_pcb.c716 struct inpcbporthead *porthash; local
725 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
727 LIST_FOREACH(phd, porthash, phd_hash) {
/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c1443 struct inpcbporthead *porthash; local
1452 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
1454 LIST_FOREACH(phd, porthash, phd_hash) {

Completed in 161 milliseconds