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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c1180 oinp = in_pcblookup_hash(inp->inp_pcbinfo,
1492 inp = in_pcblookup_hash(pcbinfo,
1625 finp = in_pcblookup_hash(&tcbinfo, laddr4, lport, faddr4, fport, 0, NULL);
H A Din_pcb.h711 extern struct inpcb *in_pcblookup_hash(struct inpcbinfo *, struct in_addr,
H A Dudp_usrreq.c633 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.c1597 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
1604 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src,
1608 inp = in_pcblookup_hash(&tcbinfo,
1625 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
H A Din_pcb.c1207 pcb = in_pcblookup_hash(inp->inp_pcbinfo, sin->sin_addr, sin->sin_port,
1848 in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr, function
H A Dip_fw2.c2302 in_pcblookup_hash(pi,
2306 in_pcblookup_hash(pi,
H A Dtcp_subr.c1775 inp = in_pcblookup_hash(&tcbinfo, faddr, th.th_dport,
/xnu-2422.115.4/bsd/net/
H A Dpktap.c820 inp = in_pcblookup_hash(pcbinfo, faddr, fport,
824 PKTAP_LOG(PKTP_LOG_NOPCB, "in_pcblookup_hash no pcb %s\n",
H A Dntstat.c827 inp = in_pcblookup_hash(inpinfo, param->remote.v4.sin_addr, param->remote.v4.sin_port,

Completed in 176 milliseconds