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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c2070 inp->inp_hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport,
2073 pcbhash = &pcbinfo->ipi_hashbase[inp->inp_hash_element];
2140 inp->inp_hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport,
2142 head = &inp->inp_pcbinfo->ipi_hashbase[inp->inp_hash_element];
H A Din_pcb.h152 int inp_hash_element; /* array index of pcb's hash list */ member in struct:inpcb

Completed in 126 milliseconds