Lines Matching refs:t_inpcb

561 	struct inpcb *inp = tp->t_inpcb;  in tcp_reass()
877 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_adaptive_rwtimo_check()
909 ASSERT((tp->t_inpcb->inp_socket->so_state & (SS_CANTRCVMORE)) == SS_CANTRCVMORE); in tcp_set_finwait_timeout()
1257 struct socket *so = tp->t_inpcb->inp_socket; in tcp_sbrcv_tstmp_check()
1544 struct socket *so = tp->t_inpcb->inp_socket; in tcp_early_rexmt_check()
1655 tcp_tfo_gen_cookie(tp->t_inpcb, out, sizeof(out)); in tcp_tfo_syn()
1795 if (tp->t_inpcb->inp_socket->so_flags & SOF_MP_SUBFLOW) { in tcp_update_window()
1840 if (tp->t_inpcb->inp_stat->rxbytes > INT32_MAX) { in tcp_syn_data_valid()
2685 tp->t_inpcb->inp_ip_ttl = tp0->t_inpcb->inp_ip_ttl; in tcp_input()
2689 tp->t_inpcb->inp_flags2 |= in tcp_input()
2690 tp0->t_inpcb->inp_flags2 & INP2_KEEPALIVE_OFFLOAD; in tcp_input()
2715 ntohs(tp->t_inpcb->inp_lport), ntohs(tp->t_inpcb->inp_fport), in tcp_input()
3846 nstat_route_rx(tp->t_inpcb->inp_route.ro_rt, in tcp_input()
3947 nstat_route_rx(tp->t_inpcb->inp_route.ro_rt, 1, in tcp_input()
4196 tp->t_inpcb->inp_route.ro_rt); in tcp_input()
5435 if (tp == 0 || (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) { in tcp_input()
5474 if (tp == 0 || (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) { in tcp_input()
5681 struct rtentry *rt = tp->t_inpcb->inp_route.ro_rt; in get_base_rtt()
5710 if ((rt = tp->t_inpcb->inp_route.ro_rt) == NULL) { in update_base_rtt()
5946 if (tp->t_inpcb->inp_last_outifp != NULL && in tcp_xmit_timer()
5947 (tp->t_inpcb->inp_last_outifp->if_eflags & IFEF_AWDL) && in tcp_xmit_timer()
6044 nstat_route_rtt(tp->t_inpcb->inp_route.ro_rt, tp->t_srtt, in tcp_xmit_timer()
6188 inp = tp->t_inpcb; in tcp_mss()
6403 isipv6 = ((tp->t_inpcb->inp_vflag & INP_IPV6) != 0) ? 1 : 0; in tcp_mssopt()
6408 rt = tcp_rtlookup6(tp->t_inpcb, IFSCOPE_NONE); in tcp_mssopt()
6410 rt = tcp_rtlookup(tp->t_inpcb, IFSCOPE_NONE); in tcp_mssopt()
6432 mss = necp_socket_get_effective_mtu(tp->t_inpcb, mss); in tcp_mssopt()