Home
last modified time | relevance | path

Searched refs:in6_pcblookup_hash (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/bsd/netinet6/
H A Din6_pcb.h107 extern struct inpcb *in6_pcblookup_hash(struct inpcbinfo *, struct in6_addr *,
H A Dudp6_usrreq.c568 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_src, uh->uh_sport, ip6_input_getsrcifscope(m), in udp6_input()
735 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_dst, uh.uh_dport, ip6_input_getdstifscope(m), in udp6_ctlinput()
H A Din6_pcb.c772 pcb = in6_pcblookup_hash(inp->inp_pcbinfo, &sin6->sin6_addr, in in6_pcbconnect()
1489 in6_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, in in6_pcblookup_hash() function
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_usrreq.c1659 oinp = in6_pcblookup_hash(inp->inp_pcbinfo, in tcp6_connect()
1963 inp = in6_pcblookup_hash(pcbinfo, in tcp_fill_info_for_info_tuple()
2153 finp = in6_pcblookup_hash(&tcbinfo, &laddr6, lport, lifscope, &faddr6, fport, fifscope, 0, NULL); in tcp_lookup_peer_pid_locked()
H A Dtcp_subr.c2662 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput()
H A Dtcp_input.c2173 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_src, th->th_sport, ip6_input_getsrcifscope(m), in tcp_input()
/xnu-10063.141.1/bsd/net/
H A Dpktap.c1064 inp = in6_pcblookup_hash(pcbinfo, faddr, fport, ip6_input_getdstifscope(m), in pktap_fill_proc_info()