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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c215 tp = intotcpcb(inp);
235 tp = intotcpcb(inp); \
429 tp = intotcpcb(inp);
595 tp = intotcpcb(inp);
715 tp = intotcpcb(inp);
741 tp = intotcpcb(inp);
785 tp = intotcpcb(inp);
896 tp = intotcpcb(inp);
1195 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL &&
1318 if (oinp != inp && (otp = intotcpcb(oin
[all...]
H A Din_tclass.c785 struct tcpcb *tp = intotcpcb(inp);
978 if (intotcpcb(inp)->t_flags & TF_LOCAL)
1139 tp = intotcpcb(inp);
H A Dmptcp_subr.c1077 p = (intotcpcb(sotoinpcb(mp_so)))->t_keepidle;
1078 c = (intotcpcb(sotoinpcb(so)))->t_keepidle;
1626 struct tcpcb *tp = intotcpcb(sotoinpcb(so));
2128 tp = intotcpcb(sotoinpcb(so));
2756 tp = intotcpcb(inp);
3295 tp = intotcpcb(inp);
4011 tp = intotcpcb(inp);
4245 struct tcpcb *tp = intotcpcb(sotoinpcb(so));
4308 tp = intotcpcb(inp);
4413 tp = intotcpcb(sotoinpc
[all...]
H A Dtcp_subr.c1260 tp = intotcpcb(inp);
1784 tp = intotcpcb(inp);
2032 struct tcpcb *tp = intotcpcb(inp);
2050 struct tcpcb *tp = intotcpcb(inp);
2205 tp = intotcpcb(inp);
2301 tp = intotcpcb(inp);
2718 tp = intotcpcb(inp);
H A Dtcp_var.h569 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro
570 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
H A Dtcp_timer.c349 struct tcpcb *tp = intotcpcb(inp);
362 tp = intotcpcb(inp);
H A Dtcp_input.c1771 tp = intotcpcb(inp);
1958 tp = intotcpcb(inp);
5058 tp = intotcpcb(inp);
5237 struct tcpcb *tp = intotcpcb(inp);
H A Dmptcp_opt.c154 tp = intotcpcb(inp);
H A Dmptcp_usrreq.c580 tp = intotcpcb(sotoinpcb(so));
/xnu-2422.115.4/bsd/net/
H A Dntstat.c891 !(tp = intotcpcb(inp)) ||
914 if (!(inp = tucookie->inp) || !intotcpcb(inp))
918 struct tcpcb *tp = intotcpcb(inp);
1091 struct tcpcb *tp = intotcpcb(inp);
1109 desc->state = intotcpcb(inp)->t_state;

Completed in 129 milliseconds