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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c2013 inp->inp_hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport,
2016 pcbhash = &pcbinfo->ipi_hashbase[inp->inp_hash_element];
2073 inp->inp_hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport,
2075 head = &inp->inp_pcbinfo->ipi_hashbase[inp->inp_hash_element];
H A Din_pcb.h145 int inp_hash_element; /* array index of pcb's hash list */ member in struct:inpcb

Completed in 77 milliseconds