Lines Matching refs:tp0
2390 struct tcpcb *tp0 = tp; in tcp_input() local
2703 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()
2704 tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN)); in tcp_input()
2705 tp->t_keepinit = tp0->t_keepinit; in tcp_input()
2706 tp->t_keepcnt = tp0->t_keepcnt; in tcp_input()
2707 tp->t_keepintvl = tp0->t_keepintvl; in tcp_input()
2708 tp->t_adaptive_wtimo = tp0->t_adaptive_wtimo; in tcp_input()
2709 tp->t_adaptive_rtimo = tp0->t_adaptive_rtimo; in tcp_input()
2710 tp->t_inpcb->inp_ip_ttl = tp0->t_inpcb->inp_ip_ttl; in tcp_input()
2712 tp->t_notsent_lowat = tp0->t_notsent_lowat; in tcp_input()
2715 tp0->t_inpcb->inp_flags2 & INP2_KEEPALIVE_OFFLOAD; in tcp_input()