Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ecn.c131 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()
157 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
165 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
173 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
181 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
239 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
255 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
260 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
475 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_syncache_socket()
[all …]
H A Dtcp_usrreq.c1568 switch (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) { in tcp_fill_info()
1572 case TF2_ACE_PERMIT: in tcp_fill_info()
1574 case TF2_ECN_PERMIT | TF2_ACE_PERMIT: in tcp_fill_info()
1619 if ((tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) == in tcp_fill_info()
1620 (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in tcp_fill_info()
2993 if (t_flags2 & TF2_ACE_PERMIT) { in db_print_tflags2()
H A Dtcp_var.h837 #define TF2_ACE_PERMIT 0x00000100 /* Accurate ECN mode */ macro
H A Dtcp_output.c1201 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in tcp_default_output()
H A Dtcp_subr.c3976 (tp->t_flags2 & TF2_ACE_PERMIT) ? 2 : 0; in tcp_inptoxtp()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c20231 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_rsm_output()
20796 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_output()
23359 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_output()
26146 if (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in rack_fill_info()