Home
last modified time | relevance | path

Searched refs:TF2_HPTS_CALLS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h848 #define TF2_HPTS_CALLS 0x00002000 /* tcp_output() called via HPTS */ macro
H A Dtcp_hpts.c1361 * We set TF2_HPTS_CALLS before any possible output. in tcp_hptsi()
1373 tp->t_flags2 |= TF2_HPTS_CALLS; in tcp_hptsi()
H A Dtcp_usrreq.c3011 if (t_flags2 & TF2_HPTS_CALLS) { in db_print_tflags2()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11627 if ((nxt_pkt == 0) && (tp->t_flags2 & TF2_HPTS_CALLS)) in bbr_do_segment_nounlock()
11628 tp->t_flags2 &= ~TF2_HPTS_CALLS; in bbr_do_segment_nounlock()
11898 hpts_calling = !!(tp->t_flags2 & TF2_HPTS_CALLS); in bbr_output_wtime()
11899 tp->t_flags2 &= ~TF2_HPTS_CALLS; in bbr_output_wtime()
H A Drack.c16361 if (tp->t_flags2 & TF2_HPTS_CALLS) in rack_do_compressed_ack_processing()
16362 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_do_compressed_ack_processing()
16960 if ((nxt_pkt == 0) && (tp->t_flags2 & TF2_HPTS_CALLS)) in rack_do_segment_nounlock()
16961 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_do_segment_nounlock()
19782 hpts_calling = !!(tp->t_flags2 & TF2_HPTS_CALLS); in rack_output()
19783 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_output()