Searched refs:in6_pcblookup_hash_locked (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_pcb.h | 79 struct inpcb *in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo,
|
H A D | in6_pcb.c | 459 if (in6_pcblookup_hash_locked(pcbinfo, &sin6->sin6_addr, in in6_pcbconnect() 1092 in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_locked() function 1135 inp = in6_pcblookup_hash_locked(pcbinfo, faddr, fport, laddr, lport, in in6_pcblookup_hash()
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 811 tmpinp = in6_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest()
|