Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dtcp_ecn.c130 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
151 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
156 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
164 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
172 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
180 tp->t_flags2 |= TF2_ACE_PERMIT; in tcp_ecn_input_syn_sent()
193 tp->t_flags2 &= ~(TF2_ECN_PERMIT | TF2_ACE_PERMIT); in tcp_ecn_input_syn_sent()
238 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
250 tp->t_flags2 &= ~(TF2_ECN_PERMIT | TF2_ACE_PERMIT); in tcp_ecn_input_parallel_syn()
254 tp->t_flags2 &= ~TF2_ACE_PERMIT; in tcp_ecn_input_parallel_syn()
[all …]
H A Dtcp_usrreq.c1585 switch (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) { in tcp_fill_info()
1589 case TF2_ACE_PERMIT: in tcp_fill_info()
1591 case TF2_ECN_PERMIT | TF2_ACE_PERMIT: in tcp_fill_info()
1636 if ((tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) == in tcp_fill_info()
1637 (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in tcp_fill_info()
H A Dtcp_var.h843 #define TF2_ACE_PERMIT 0x00000100 /* Accurate ECN mode */ macro
H A Dtcp_output.c1205 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in tcp_default_output()
H A Dtcp_subr.c4262 (tp->t_flags2 & TF2_ACE_PERMIT) ? 2 : 0; in tcp_inptoxtp()
/src/sys/netinet/tcp_stacks/
H A Drack.c18545 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_rsm_output()
19106 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_output()
21582 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_output()
24254 if (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in rack_fill_info()