Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcb.c521 struct inpcbhead *listhead, int hash_nelements, int porthash_nelements, in in_pcbinfo_init() argument
525 porthash_nelements = imin(porthash_nelements, IPPORT_MAX + 1); in in_pcbinfo_init()
538 pcbinfo->ipi_porthashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()
540 pcbinfo->ipi_lbgrouphashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()