Searched refs:INP_PCBHASH (Results 1 - 3 of 3) 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)];
1652 inp->hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport, inp->inp_fport, pcbinfo->hashmask);
1709 inp->hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport,
H A Din_pcb.h532 #define INP_PCBHASH(faddr, lport, fport, mask) \ macro

Completed in 19 milliseconds