Searched refs:hash_nelements (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/netinet/ |
| HD | in_pcbgroup.c | 108 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()
|
| HD | in_pcb.c | 211 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()
|