Searched refs:hashmask (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h205 void *hashinit(int count, int type, u_long *hashmask);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c906 pcbinfo->hashmask)];
1066 pcbinfo->hashmask)];
1097 pcbinfo->hashmask)];
1167 pcbinfo->hashmask)];
1198 pcbinfo->hashmask)];
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1282 head = &pcbinfo->hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, pcbinfo->hashmask)];
1387 pcbinfo->hashmask)];
1422 pcbinfo->hashmask)];
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)];
1652 inp->hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport, inp->inp_fport, pcbinfo->hashmask);
1710 inp->inp_fport, inp->inp_pcbinfo->hashmask);
H A Din_pcb.h507 u_long hashmask; /* u_long as expected by hash functions */ member in struct:inpcbinfo
H A Dip_divert.c160 divcbinfo.hashbase = hashinit(1, M_PCB, &divcbinfo.hashmask);
H A Draw_ip.c164 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);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c311 hashinit(int elements, int type, u_long *hashmask) argument
327 *hashmask = hashsize - 1;

Completed in 97 milliseconds