Home
last modified time | relevance | path

Searched refs:ipi_porthashbase (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_pcb.c538 pcbinfo->ipi_porthashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()
563 hashdestroy(pcbinfo->ipi_porthashbase, M_PCB, in in_pcbinfo_destroy()
2065 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in_pcblookup_local()
2706 pcbporthash = &pcbinfo->ipi_porthashbase[ in in_pcbinshash_internal()
H A Din_pcb.h497 struct inpcbporthead *ipi_porthashbase; /* (h) */ member
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h497 struct inpcbporthead *ipi_porthashbase; /* (h) */ member
/f-stack/freebsd/netinet6/
H A Din6_pcb.c788 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in6_pcblookup_local()