Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcbgroup.c128 int hash_nelements) in in_pcbgroup_init() argument
173 pcbinfo->ipi_wildbase = hashinit(hash_nelements, M_PCB, in in_pcbgroup_init()
177 pcbgroup->ipg_hashbase = hashinit(hash_nelements, M_PCB, in in_pcbgroup_init()
H A Din_pcb.c521 struct inpcbhead *listhead, int hash_nelements, int porthash_nelements, in in_pcbinfo_init() argument
536 pcbinfo->ipi_hashbase = hashinit(hash_nelements, M_PCB, in in_pcbinfo_init()
543 in_pcbgroup_init(pcbinfo, hashfields, hash_nelements); in in_pcbinfo_init()