Searched refs:TF_ACKNOW (Results 1 – 6 of 6) sorted by relevance
780 tp->t_flags |= TF_ACKNOW; // samkumar: my addition in tcp_input()1360 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1402 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1459 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1493 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_segment()1709 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1749 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1802 else if (tp->t_flags & TF_ACKNOW) in tcp_do_segment()1854 tp->t_flags &= ~TF_ACKNOW; in tcp_do_segment()2302 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()
589 if (tp->t_flags & TF_ACKNOW) { in tcp_output()838 if (tp->t_flags & TF_ACKNOW) in tcp_output()1303 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
395 #define TF_ACKNOW 0x000001 /* ack peer immediately */ macro
563 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()