Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDin_pcbgroup.c108 int hash_nelements) in in_pcbgroup_init() argument
139 pcbinfo->ipi_wildbase = hashinit(hash_nelements, M_PCB, in in_pcbgroup_init()
143 pcbgroup->ipg_hashbase = hashinit(hash_nelements, M_PCB, in in_pcbgroup_init()
HDin_pcb.c211 struct inpcbhead *listhead, int hash_nelements, int porthash_nelements, in in_pcbinfo_init() argument
224 pcbinfo->ipi_hashbase = hashinit(hash_nelements, M_PCB, in in_pcbinfo_init()
229 in_pcbgroup_init(pcbinfo, hashfields, hash_nelements); in in_pcbinfo_init()