Searched refs:in6_pcblookup_hash (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_pcb.h | 107 extern struct inpcb *in6_pcblookup_hash(struct inpcbinfo *, struct in6_addr *,
|
| H A D | udp6_usrreq.c | 578 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_src, uh->uh_sport, ip6_input_getsrcifscope(m), in udp6_input() 757 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_dst, uh.uh_dport, ip6_input_getdstifscope(m), in udp6_ctlinput()
|
| H A D | in6_pcb.c | 770 pcb = in6_pcblookup_hash(inp->inp_pcbinfo, &sin6->sin6_addr, in in6_pcbconnect() 1585 in6_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, in in6_pcblookup_hash() function
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | tcp_usrreq.c | 1656 oinp = in6_pcblookup_hash(inp->inp_pcbinfo, in tcp6_connect() 1978 inp = in6_pcblookup_hash(pcbinfo, in tcp_fill_info_for_info_tuple() 2168 finp = in6_pcblookup_hash(&tcbinfo, &laddr6, lport, lifscope, &faddr6, fport, fifscope, 0, NULL); in tcp_lookup_peer_pid_locked()
|
| H A D | tcp_subr.c | 2912 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput()
|
| H A D | tcp_input.c | 3026 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_src, th->th_sport, ip6_input_getsrcifscope(m), in tcp_input()
|