Searched refs:tp0 (Results 1 – 1 of 1) sorted by relevance
2526 struct tcpcb *tp0 = tp; in tcp_input() local2848 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()2849 …tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED… in tcp_input()2850 tp->t_keepinit = tp0->t_keepinit; in tcp_input()2851 tp->t_keepcnt = tp0->t_keepcnt; in tcp_input()2852 tp->t_keepintvl = tp0->t_keepintvl; in tcp_input()2853 tp->t_adaptive_wtimo = tp0->t_adaptive_wtimo; in tcp_input()2854 tp->t_adaptive_rtimo = tp0->t_adaptive_rtimo; in tcp_input()2855 tp->t_inpcb->inp_ip_ttl = tp0->t_inpcb->inp_ip_ttl; in tcp_input()2857 tp->t_notsent_lowat = tp0->t_notsent_lowat; in tcp_input()[all …]