Searched refs:hashbase (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c905 head = &pcbinfo->hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1064 head = &pcbinfo->hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */,
1096 head = &pcbinfo->hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1165 head = &pcbinfo->hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */,
1197 head = &pcbinfo->hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1282 head = &pcbinfo->hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, pcbinfo->hashmask)];
1386 head = &pcbinfo->hashbase[INP_PCBHASH(faddr.s_addr, lport, fport,
1421 head = &pcbinfo->hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1518 head = &pcbinfo->hashbase[INP_PCBHASH(faddr.s_addr, lport, fport, pcbinfo->hashmask)];
1552 head = &pcbinfo->hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, pcbinfo->hashmask)];
1654 pcbhash = &pcbinfo->hashbase[inp->hash_element];
1711 head = &inp->inp_pcbinfo->hashbase[inp->hash_element];
H A Din_pcb.h503 struct inpcbhead *hashbase; member in struct:inpcbinfo
H A Dip_divert.c158 * over the place for hashbase == NULL.
160 divcbinfo.hashbase = hashinit(1, M_PCB, &divcbinfo.hashmask);
H A Draw_ip.c162 * over the place for hashbase == NULL.
164 ripcbinfo.hashbase = hashinit(1, M_PCB, &ripcbinfo.hashmask);
H A Dudp_usrreq.c225 udbinfo.hashbase = hashinit(UDBHASHSIZE, M_PCB, &udbinfo.hashmask);
H A Dtcp_subr.c375 tcbinfo.hashbase = hashinit(tcp_tcbhashsize, M_PCB, &tcbinfo.hashmask);

Completed in 45 milliseconds