Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c546 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()
564 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()
593 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()
641 tp->t_flags |= TF_ACKNOW; in ctf_do_dropafterack()
H A Dbbr.c4732 tp->t_flags |= TF_ACKNOW; in bbr_timeout_delack()
5189 tp->t_flags |= TF_ACKNOW; in bbr_timeout_rxt()
8338 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8377 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8436 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8477 if ((tp->t_flags & TF_ACKNOW) || in bbr_process_data()
8626 tp->t_flags |= TF_ACKNOW; in bbr_do_fastnewdata()
8917 tp->t_flags |= TF_ACKNOW; in bbr_do_syn_sent()
12824 if (tp->t_flags & TF_ACKNOW) { in bbr_output_wtime()
13381 if (tp->t_flags & TF_ACKNOW) in bbr_output_wtime()
[all …]
H A Drack.c5334 tp->t_flags |= TF_ACKNOW; in rack_timeout_delack()
5784 tp->t_flags |= TF_ACKNOW; in rack_timeout_rxt()
8513 tp->t_flags |= TF_ACKNOW; in rack_handle_delayed_ack()
8689 tp->t_flags |= TF_ACKNOW; in rack_process_data()
8753 tp->t_flags |= TF_ACKNOW; in rack_process_data()
8796 if ((tp->t_flags & TF_ACKNOW) || in rack_process_data()
9243 tp->t_flags |= TF_ACKNOW; in rack_do_syn_sent()
10927 tp->t_flags |= TF_ACKNOW; in rack_do_segment_nounlock()
12761 if (tp->t_flags & TF_ACKNOW) { in rack_output()
13348 if (tp->t_flags & TF_ACKNOW) in rack_output()
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_input.c559 tp->t_flags |= TF_ACKNOW; in cc_ecnpkt_handler()
1584 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1937 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2050 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2289 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2307 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2356 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3158 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3312 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3970 tp->t_flags |= TF_ACKNOW; in tcp_prr_partialack()
[all …]
H A Dtcp_timer.c292 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
871 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
H A Dtcp_output.c703 if (tp->t_flags & TF_ACKNOW) in tcp_output()
1111 if (tp->t_flags & TF_ACKNOW) in tcp_output()
1692 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
H A Dtcp_timewait.c332 acknow = tp->t_flags & TF_ACKNOW; in tcp_twstart()
H A Dtcp_sack.c802 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
H A Dtcp_var.h371 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro
H A Dtcp_usrreq.c2813 if (t_flags & TF_ACKNOW) { in db_print_tflags()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h371 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro