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