Home
last modified time | relevance | path

Searched refs:TF2_ECN_PERMIT (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_ecn.c130 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
151 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
158 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
166 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
174 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
182 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
238 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_parallel_syn()
254 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_parallel_syn()
261 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_parallel_syn()
443 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_output_established()
[all …]
H A Dtcp_usrreq.c1562 switch (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) { in tcp_fill_info()
1563 case TF2_ECN_PERMIT: in tcp_fill_info()
1568 case TF2_ECN_PERMIT | TF2_ACE_PERMIT: in tcp_fill_info()
1613 if ((tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) == in tcp_fill_info()
1614 (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in tcp_fill_info()
2955 if (t_flags2 & TF2_ECN_PERMIT) { in db_print_tflags2()
H A Dtcp_input.c421 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
435 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
446 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
H A Dtcp_var.h831 #define TF2_ECN_PERMIT 0x00000020 /* connection ECN-ready */ macro
H A Dtcp_output.c1201 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in tcp_default_output()
H A Dtcp_subr.c3921 xt->xt_ecn = (tp->t_flags2 & TF2_ECN_PERMIT) ? 1 : 0 + in tcp_inptoxtp()
/freebsd/sys/netinet/cc/
H A Dcc_dctcp.c114 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_ack_received()
177 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_after_idle()
245 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_cong_signal()
325 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_conn_init()
340 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) in dctcp_post_recovery()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c6333 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
6348 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
6369 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
19563 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_rsm_output()
20128 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_output()
22690 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_output()
25467 if (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in rack_fill_info()