Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDin_pcb.c1564 if (pcbinfo->localgrphashbase == NULL) in in_pcblocalgroup_last()
1569 hdr = &pcbinfo->localgrphashbase[ in in_pcblocalgroup_last()
1621 hdr = &pcbinfo->localgrphashbase[ in inp_localgroup_lookup()
1767 if (pcbinfo->localgrphashbase != NULL && in in_pcblookup_pkthash()
2074 if (pcbinfo->localgrphashbase == NULL) in in_pcbinslocalgrphash_oncpu()
2092 hdr = &pcbinfo->localgrphashbase[ in in_pcbinslocalgrphash_oncpu()
2303 if (pcbinfo->localgrphashbase == NULL) in in_pcbremlocalgrphash_oncpu()
2306 hdr = &pcbinfo->localgrphashbase[ in in_pcbremlocalgrphash_oncpu()
HDin_pcb.h305 struct inp_localgrphead *localgrphashbase; member
HDudp_usrreq.c221 uicb->localgrphashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
HDtcp_subr.c406 ticb->localgrphashbase = hashinit(hashsize, M_PCB, in tcp_init()