Lines Matching refs:t_inpcb
545 struct inpcb *inp = tp->t_inpcb; in tcp_reass()
891 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_adaptive_rwtimo_check()
923 ASSERT((tp->t_inpcb->inp_socket->so_state & (SS_CANTRCVMORE)) == SS_CANTRCVMORE); in tcp_set_finwait_timeout()
1214 struct socket *so = tp->t_inpcb->inp_socket; in tcp_sbrcv_tstmp_check()
1408 struct socket *so = tp->t_inpcb->inp_socket; in tcp_early_rexmt_check()
1514 tcp_tfo_gen_cookie(tp->t_inpcb, out, sizeof(out)); in tcp_tfo_syn()
1656 if (tp->t_inpcb->inp_socket->so_flags & SOF_MP_SUBFLOW) { in tcp_update_window()
1698 if (tp->t_inpcb->inp_mstat.ms_total.ts_rxbytes > INT32_MAX) { in tcp_syn_data_valid()
2509 tp->t_inpcb->inp_ip_ttl = otp->t_inpcb->inp_ip_ttl; in tcp_create_server_socket()
2516 tp->t_inpcb->inp_flags2 |= in tcp_create_server_socket()
2517 otp->t_inpcb->inp_flags2 & INP2_KEEPALIVE_OFFLOAD; in tcp_create_server_socket()
3499 ntohs(tp->t_inpcb->inp_lport), ntohs(tp->t_inpcb->inp_fport), in tcp_input()
4568 nstat_route_rx(tp->t_inpcb->inp_route.ro_rt, in tcp_input()
4691 nstat_route_rx(tp->t_inpcb->inp_route.ro_rt, 1, in tcp_input()
4934 tp->t_inpcb->inp_route.ro_rt); in tcp_input()
6593 struct rtentry *rt = tp->t_inpcb->inp_route.ro_rt; in get_base_rtt()
6622 if ((rt = tp->t_inpcb->inp_route.ro_rt) == NULL) { in update_base_rtt()
6872 if (tp->t_inpcb->inp_last_outifp != NULL && in tcp_xmit_timer()
6873 (tp->t_inpcb->inp_last_outifp->if_eflags & IFEF_AWDL) && in tcp_xmit_timer()
6970 nstat_route_rtt(tp->t_inpcb->inp_route.ro_rt, tp->t_srtt, in tcp_xmit_timer()
7114 inp = tp->t_inpcb; in tcp_mss()
7315 isipv6 = ((tp->t_inpcb->inp_vflag & INP_IPV6) != 0) ? 1 : 0; in tcp_mssopt()
7320 rt = tcp_rtlookup6(tp->t_inpcb, IFSCOPE_NONE); in tcp_mssopt()
7322 rt = tcp_rtlookup(tp->t_inpcb, IFSCOPE_NONE); in tcp_mssopt()
7347 mss = necp_socket_get_effective_mtu(tp->t_inpcb, mss); in tcp_mssopt()