Searched refs:intotcpcb (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c222 tp = intotcpcb(inp);
241 tp = intotcpcb(inp); \
418 tp = intotcpcb(inp);
544 tp = intotcpcb(inp);
568 tp = intotcpcb(inp);
694 tp = intotcpcb(inp);
934 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL &&
1048 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL &&
1233 tp = intotcpcb(inp);
1338 tp = intotcpcb(in
[all...]
H A Dtcp_subr.c1223 if ((tcpb = intotcpcb(inpb))) {
1755 tp = intotcpcb(inp);
2003 struct tcpcb *tp = intotcpcb(inp);
2021 struct tcpcb *tp = intotcpcb(inp);
2169 tp = intotcpcb(inp);
2252 tp = intotcpcb(inp);
2621 tp = intotcpcb(inp);
H A Din_tclass.c779 struct tcpcb *tp = intotcpcb(sotoinpcb(so));
931 if (intotcpcb(inp)->t_flags & TF_LOCAL)
H A Dtcp_timer.c324 tp = intotcpcb(inp);
469 tp = intotcpcb(inp);
H A Dtcp_var.h467 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro
468 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
H A Dtcp_input.c1631 tp = intotcpcb(inp);
1845 tp = intotcpcb(inp);
4830 struct tcpcb *tp = intotcpcb(inp);
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c825 struct tcpcb *tp = intotcpcb(inp);
836 struct tcpcb *tp = intotcpcb(inp);
999 struct tcpcb *tp = intotcpcb(inp);
1021 desc->state = intotcpcb(inp)->t_state;

Completed in 40 milliseconds