Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcbgroup.c177 pcbgroup->ipg_hashbase = hashinit(hash_nelements, M_PCB, in in_pcbgroup_init()
213 hashdestroy(pcbgroup->ipg_hashbase, M_PCB, in in_pcbgroup_destroy()
439 pcbhash = &newpcbgroup->ipg_hashbase[ in in_pcbgroup_update_internal()
443 pcbhash = &newpcbgroup->ipg_hashbase[ in in_pcbgroup_update_internal()
H A Din_pcb.h541 struct inpcbhead *ipg_hashbase; /* (c) */ member
H A Din_pcb.c2202 head = &pcbgroup->ipg_hashbase[INP_PCBHASH(faddr.s_addr, lport, fport, in in_pcblookup_group()
2252 head = &pcbgroup->ipg_hashbase[INP_PCBHASH(INADDR_ANY, in in_pcblookup_group()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c978 head = &pcbgroup->ipg_hashbase[INP_PCBHASH( in in6_pcblookup_group()
1019 head = &pcbgroup->ipg_hashbase[ in in6_pcblookup_group()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h541 struct inpcbhead *ipg_hashbase; /* (c) */ member