Home
last modified time | relevance | path

Searched refs:TF2_ACE_PERMIT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dtcp_ecn.c129 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
147 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
152 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
160 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
168 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
176 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
231 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
246 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
251 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
472 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_syncache_socket()
[all …]
H A Dtcp_usrreq.c1556 switch (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) { in tcp_fill_info()
1560 case TF2_ACE_PERMIT: in tcp_fill_info()
1562 case TF2_ECN_PERMIT | TF2_ACE_PERMIT: in tcp_fill_info()
1606 if ((tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) == in tcp_fill_info()
1607 (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in tcp_fill_info()
3012 if (t_flags2 & TF2_ACE_PERMIT) { in db_print_tflags2()
H A Dtcp_var.h855 #define TF2_ACE_PERMIT 0x00000100 /* Accurate ECN mode */ macro
H A Dtcp_output.c1206 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in tcp_default_output()
H A Dtcp_subr.c4017 (tp->t_flags2 & TF2_ACE_PERMIT) ? 2 : 0; in tcp_inptoxtp()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c18917 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_rsm_output()
19492 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_output()
21793 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_output()
24015 if (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in rack_fill_info()