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

/freebsd-9.3-release/sys/netinet/
H A Din_pcb.c1885 struct inpcbporthead *pcbporthash; local
1906 pcbporthash = &pcbinfo->ipi_porthashbase[
1912 LIST_FOREACH(phd, pcbporthash, phd_hash) {
1926 LIST_INSERT_HEAD(pcbporthash, phd, phd_hash);

Completed in 202 milliseconds