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_hpts_test.c186 KTEST_LOG(ctx, " TF2_HPTS_CALLS: %s", (tp->t_flags2 & TF2_HPTS_CALLS) ? "YES" : "NO"); in dump_tcpcb()
598 KTEST_EQUAL((tp->t_flags2 & (TF2_HPTS_CPU_SET | TF2_HPTS_CALLS)), 0); in KTEST_FUNC()
639 KTEST_EQUAL((tp->t_flags2 & TF2_HPTS_CALLS), 0); in KTEST_FUNC()
642 tp->t_flags2 |= TF2_HPTS_CALLS; in KTEST_FUNC()
710 tp->t_flags2 |= TF2_HPTS_CALLS; /* Mark as needing HPTS processing */ in KTEST_FUNC()
837 tcpcbs[i]->t_flags2 |= TF2_HPTS_CALLS; in KTEST_FUNC()
911 tcpcbs[i]->t_flags2 |= TF2_HPTS_CALLS; in KTEST_FUNC()
981 tp1->t_flags2 |= TF2_HPTS_CALLS; in KTEST_FUNC()
986 tp2->t_flags2 |= TF2_HPTS_CALLS; in KTEST_FUNC()
1049 tp->t_flags2 |= TF2_HPTS_CALLS; in KTEST_FUNC()
[all …]
H A Dtcp_var.h848 #define TF2_HPTS_CALLS 0x00002000 /* tcp_output() called via HPTS */ macro
H A Dtcp_hpts.c1387 tp->t_flags2 |= TF2_HPTS_CALLS; in tcp_hptsi()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11597 if ((nxt_pkt == 0) && (tp->t_flags2 & TF2_HPTS_CALLS)) in bbr_do_segment_nounlock()
11598 tp->t_flags2 &= ~TF2_HPTS_CALLS; in bbr_do_segment_nounlock()
11868 hpts_calling = !!(tp->t_flags2 & TF2_HPTS_CALLS); in bbr_output_wtime()
11869 tp->t_flags2 &= ~TF2_HPTS_CALLS; in bbr_output_wtime()
H A Drack.c16202 if (tp->t_flags2 & TF2_HPTS_CALLS) in rack_do_compressed_ack_processing()
16203 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_do_compressed_ack_processing()
16802 if ((nxt_pkt == 0) && (tp->t_flags2 & TF2_HPTS_CALLS)) in rack_do_segment_nounlock()
16803 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_do_segment_nounlock()
19617 hpts_calling = !!(tp->t_flags2 & TF2_HPTS_CALLS); in rack_output()
19618 tp->t_flags2 &= ~TF2_HPTS_CALLS; in rack_output()