Searched refs:tp0 (Results 1 – 1 of 1) sorted by relevance
2550 struct tcpcb *tp0 = tp; in tcp_input() local2883 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()2884 …tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED… in tcp_input()2885 tp->t_keepinit = tp0->t_keepinit; in tcp_input()2886 tp->t_keepcnt = tp0->t_keepcnt; in tcp_input()2887 tp->t_keepintvl = tp0->t_keepintvl; in tcp_input()2888 tp->t_adaptive_wtimo = tp0->t_adaptive_wtimo; in tcp_input()2889 tp->t_adaptive_rtimo = tp0->t_adaptive_rtimo; in tcp_input()2890 tp->t_inpcb->inp_ip_ttl = tp0->t_inpcb->inp_ip_ttl; in tcp_input()2892 tp->t_notsent_lowat = tp0->t_notsent_lowat; in tcp_input()[all …]