Home
last modified time | relevance | path

Searched refs:TF_ACKNOW (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack_bbr_common.c486 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()
Drack.c1610 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 …]
/freebsd-12-stable/sys/netinet/
Dtcp_input.c518 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 …]
Dtcp_timer.c273 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
846 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
Dtcp_output.c689 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()
Dtcp_timewait.c331 acknow = tp->t_flags & TF_ACKNOW; in tcp_twstart()
Dtcp_sack.c802 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
Dtcp_var.h318 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro
Dtcp_usrreq.c2530 if (t_flags & TF_ACKNOW) { in db_print_tflags()