Searched refs:hash_element (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h208 int hash_element; /* Array index of pcb's hash list */ member in struct:inpcb
338 int hash_element; /* Array index of pcb's hash list */ member in struct:inpcb_compat
H A Din_pcb.c1652 inp->hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport, inp->inp_fport, pcbinfo->hashmask);
1654 pcbhash = &pcbinfo->hashbase[inp->hash_element];
1709 inp->hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport,
1711 head = &inp->inp_pcbinfo->hashbase[inp->hash_element];

Completed in 24 milliseconds