Searched refs:TF_ACKNOW (Results 1 – 9 of 9) sorted by relevance
486 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()503 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()532 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()580 tp->t_flags |= TF_ACKNOW; in ctf_do_dropafterack()
1610 tp->t_flags |= TF_ACKNOW; in rack_do_dropafterack()1786 tp->t_flags |= TF_ACKNOW; in rack_drop_checks()1804 tp->t_flags |= TF_ACKNOW; in rack_drop_checks()1809 tp->t_flags |= TF_ACKNOW; in rack_drop_checks()1838 tp->t_flags |= TF_ACKNOW; in rack_drop_checks()2744 tp->t_flags |= TF_ACKNOW; in rack_timeout_delack()3137 tp->t_flags |= TF_ACKNOW; in rack_timeout_rxt()4938 tp->t_flags |= TF_ACKNOW; in rack_process_data()4960 tp->t_flags |= TF_ACKNOW; in rack_process_data()5017 tp->t_flags |= TF_ACKNOW; in rack_process_data()[all …]
518 tp->t_flags |= TF_ACKNOW; in cc_ecnpkt_handler()1607 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1944 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2062 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2098 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_segment()2307 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2325 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2376 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2427 } else if (tp->t_flags & TF_ACKNOW) in tcp_do_segment()2709 if (avail > 0 || tp->t_flags & TF_ACKNOW) in tcp_do_segment()[all …]
273 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()846 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
689 if (tp->t_flags & TF_ACKNOW) in tcp_output()1077 if (tp->t_flags & TF_ACKNOW) in tcp_output()1635 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
331 acknow = tp->t_flags & TF_ACKNOW; in tcp_twstart()
802 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
318 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro
2530 if (t_flags & TF_ACKNOW) { in db_print_tflags()