Searched refs:in6_pcblookup_hash (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.140.41/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 | 557 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_src, uh->uh_sport, ip6_input_getsrcifscope(m), in udp6_input() 721 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_dst, uh.uh_dport, ip6_input_getdstifscope(m), in udp6_ctlinput()
|
| H A D | in6_pcb.c | 735 pcb = in6_pcblookup_hash(inp->inp_pcbinfo, &sin6->sin6_addr, in in6_pcbconnect() 1444 in6_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, in in6_pcblookup_hash() function
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | tcp_usrreq.c | 1577 oinp = in6_pcblookup_hash(inp->inp_pcbinfo, in tcp6_connect() 1868 inp = in6_pcblookup_hash(pcbinfo, in tcp_fill_info_for_info_tuple() 2058 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 | 2648 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 | 2134 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_src, th->th_sport, ip6_input_getsrcifscope(m), in tcp_input()
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | pktap.c | 1066 inp = in6_pcblookup_hash(pcbinfo, faddr, fport, ip6_input_getdstifscope(m), in pktap_fill_proc_info()
|
| H A D | ntstat.c | 1329 …inp = in6_pcblookup_hash(inpinfo, remote.in6, param->remote.v6.sin6_port, param->remote.v6.sin6_sc… in nstat_tcpudp_lookup()
|