Searched refs:INP_PCBHASH (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/netinet6/ |
| H A D | in6_pcb.c | 1248 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, in in6_pcblookup_local() 1389 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */, in in6_pcblookup_hash_exists() 1429 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, in in6_pcblookup_hash_exists() 1502 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */, in in6_pcblookup_hash() 1540 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, in in6_pcblookup_hash()
|
| /xnu-11215/bsd/netinet/ |
| H A D | in_pcb.c | 2389 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, in in_pcblookup_local() 2493 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr.s_addr, lport, fport, in in_pcblookup_hash_exists() 2535 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, in in_pcblookup_hash_exists() 2619 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr.s_addr, lport, fport, in in_pcblookup_hash() 2662 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0, in in_pcblookup_hash() 2776 inp->inp_hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport, in in_pcbinshash() 2902 inp->inp_hash_element = INP_PCBHASH(hashkey_faddr, inp->inp_lport, in in_pcbrehash()
|
| H A D | in_pcb.h | 676 #define INP_PCBHASH(faddr, lport, fport, mask) \ macro
|