Searched refs:in_pcblookup_hash (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c918 oinp = in_pcblookup_hash(inp->inp_pcbinfo,
1198 inp = in_pcblookup_hash(pcbinfo,
1293 finp = in_pcblookup_hash(&tcbinfo, laddr4, lport, faddr4, fport, 0, NULL);
H A Din_pcb.h675 extern struct inpcb *in_pcblookup_hash(struct inpcbinfo *, struct in_addr,
H A Din_pcb.c911 pcb = in_pcblookup_hash(inp->inp_pcbinfo, sin->sin_addr, sin->sin_port,
1496 in_pcblookup_hash( function
H A Dudp_usrreq.c626 inp = in_pcblookup_hash(&udbinfo, ip->ip_src, uh->uh_sport,
899 inp = in_pcblookup_hash(&udbinfo, faddr, uh.uh_dport,
H A Dtcp_input.c1453 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
1460 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src,
1464 inp = in_pcblookup_hash(&tcbinfo,
1481 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
H A Dip_fw2.c2223 in_pcblookup_hash(pi,
2227 in_pcblookup_hash(pi,
H A Dtcp_subr.c1746 inp = in_pcblookup_hash(&tcbinfo, faddr, th.th_dport,
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c770 inp = in_pcblookup_hash(inpinfo, param->remote.v4.sin_addr, param->remote.v4.sin_port,

Completed in 100 milliseconds