Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.c513 u_int hash_nelements, u_int porthash_nelements) in in_pcbinfo_init() argument
528 porthash_nelements = imin(porthash_nelements, IPPORT_MAX + 1); in in_pcbinfo_init()
529 pcbinfo->ipi_porthashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()
531 pcbinfo->ipi_lbgrouphashbase = hashinit(porthash_nelements, M_PCB, in in_pcbinfo_init()