Searched refs:in_pcblookup_hash (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_pcb.h | 798 extern struct inpcb *in_pcblookup_hash(struct inpcbinfo *, struct in_addr,
|
| H A D | tcp_usrreq.c | 1420 oinp = in_pcblookup_hash(inp->inp_pcbinfo, in tcp_connect() 1833 inp = in_pcblookup_hash(pcbinfo, in tcp_fill_info_for_info_tuple() 2049 finp = in_pcblookup_hash(&tcbinfo, laddr4, lport, faddr4, fport, 0, NULL); in tcp_lookup_peer_pid_locked()
|
| H A D | udp_usrreq.c | 648 inp = in_pcblookup_hash(&udbinfo, ip->ip_src, uh->uh_sport, in udp_input() 924 inp = in_pcblookup_hash(&udbinfo, faddr, uh.uh_dport, in udp_ctlinput()
|
| H A D | in_pcb.c | 1737 pcb = in_pcblookup_hash(inp->inp_pcbinfo, sin->sin_addr, sin->sin_port, in in_pcbconnect() 2440 in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr, in in_pcblookup_hash() function
|
| H A D | tcp_subr.c | 2463 inp = in_pcblookup_hash(&tcbinfo, faddr, th->th_dport, in tcp_ctlinput()
|
| H A D | tcp_input.c | 2133 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport, in tcp_input()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | pktap.c | 1005 inp = in_pcblookup_hash(pcbinfo, faddr, fport, in pktap_fill_proc_info()
|
| H A D | ntstat.c | 1328 inp = in_pcblookup_hash(inpinfo, param->remote.v4.sin_addr, param->remote.v4.sin_port, in nstat_tcpudp_lookup()
|