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

/freebsd-9.3-release/sys/netinet6/
H A Din6_pcb.c718 struct inpcbporthead *porthash; local
727 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
729 LIST_FOREACH(phd, porthash, phd_hash) {
/freebsd-9.3-release/sys/netinet/
H A Din_pcb.c1442 struct inpcbporthead *porthash; local
1451 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
1453 LIST_FOREACH(phd, porthash, phd_hash) {

Completed in 99 milliseconds