Searched refs:TF_ACKNOW (Results 1 – 6 of 6) sorted by relevance
959 tp->t_flags |= TF_ACKNOW; // samkumar: my addition in tcp_input()1458 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1500 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1591 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1625 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_segment()1841 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1881 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1939 } else if (tp->t_flags & TF_ACKNOW) in tcp_do_segment()2014 tp->t_flags &= ~TF_ACKNOW; in tcp_do_segment()2467 tp->t_flags &= ~TF_ACKNOW; in tcp_do_segment()[all …]
82 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()450 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
276 acknow = tp->t_flags & TF_ACKNOW; in tcp_twstart()
634 if (tp->t_flags & TF_ACKNOW) { in tcp_output()928 if (tp->t_flags & TF_ACKNOW) in tcp_output()1393 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
405 #define TF_ACKNOW 0x000001 /* ack peer immediately */ macro
563 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()