Home
last modified time | relevance | path

Searched refs:TF_DELACK (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timer.c1022 if (tp->t_flags & TF_DELACK) { in tcp_timers_unsuspend()
1024 tp->t_flags &= ~TF_DELACK; in tcp_timers_unsuspend()
H A Dtcp_input.c1935 tp->t_flags |= TF_DELACK; in tcp_do_segment()
3126 tp->t_flags |= TF_DELACK; in tcp_do_segment()
3225 tp->t_flags |= TF_DELACK; in tcp_do_segment()
3276 if (tp->t_flags & TF_DELACK) { in tcp_do_segment()
3277 tp->t_flags &= ~TF_DELACK; in tcp_do_segment()
H A Dtcp_output.c660 !(tp->t_flags & TF_DELACK) && in tcp_output()
1692 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
H A Dtcp_var.h372 #define TF_DELACK 0x00000002 /* ack, but try to delay it */ macro
H A Dtcp_usrreq.c2817 if (t_flags & TF_DELACK) { in db_print_tflags()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c802 if (tp->t_flags & TF_DELACK) { in bbr_start_hpts_timer()
985 if (tp->t_flags & TF_DELACK) { in bbr_timer_audit()
1077 if (tp->t_flags & TF_DELACK) { in bbr_timer_audit()
4731 tp->t_flags &= ~TF_DELACK; in bbr_timeout_delack()
4810 if (tp->t_flags & TF_DELACK) in bbr_timeout_persist()
4811 tp->t_flags &= ~TF_DELACK; in bbr_timeout_persist()
8334 tp->t_flags |= TF_DELACK; in bbr_process_data()
8432 tp->t_flags |= TF_DELACK; in bbr_process_data()
8622 tp->t_flags |= TF_DELACK; in bbr_do_fastnewdata()
8913 tp->t_flags |= TF_DELACK; in bbr_do_syn_sent()
[all …]
H A Drack.c4832 if (tp->t_flags & TF_DELACK) { in rack_start_hpts_timer()
5333 tp->t_flags &= ~TF_DELACK; in rack_timeout_delack()
5416 if (tp->t_flags & TF_DELACK) in rack_timeout_persist()
5417 tp->t_flags &= ~TF_DELACK; in rack_timeout_persist()
8509 tp->t_flags |= TF_DELACK; in rack_handle_delayed_ack()
8515 if (tp->t_flags & TF_DELACK) in rack_handle_delayed_ack()
8751 tp->t_flags |= TF_DELACK; in rack_process_data()
9240 tp->t_flags |= TF_DELACK; in rack_do_syn_sent()
10687 if (tp->t_flags & TF_DELACK) { in rack_timer_audit()
14626 if (tp->t_flags & TF_DELACK) { in rack_set_sockopt()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h372 #define TF_DELACK 0x00000002 /* ack, but try to delay it */ macro