Searched refs:INP_PCBHASH (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_pcb.h | 496 #define INP_PCBHASH(faddr, lport, fport, mask) \ macro
|
H A D | in_pcb.c | 2190 head = &pcbinfo->ipi_hash_exact[INP_PCBHASH(&faddr, lport, fport, in in_pcblookup_hash_exact() 2637 hash = INP_PCBHASH(&inp->inp_faddr, inp->inp_lport, in in_pcbinshash() 2751 hash = INP_PCBHASH(&inp->inp_faddr, inp->inp_lport, in in_pcbrehash() 2969 inpi.hash = INP_PCBHASH( in sysctl_setsockopt()
|