Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_ecn.c128 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
146 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
153 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
161 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
169 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
177 tp->t_flags2 &= ~TF2_ECN_PERMIT; in tcp_ecn_input_syn_sent()
189 tp->t_flags2 &= ~(TF2_ECN_PERMIT | TF2_ACE_PERMIT); in tcp_ecn_input_syn_sent()
230 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_parallel_syn()
242 tp->t_flags2 &= ~(TF2_ECN_PERMIT | TF2_ACE_PERMIT); in tcp_ecn_input_parallel_syn()
245 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_ecn_input_parallel_syn()
[all …]
HDtcp_usrreq.c1555 switch (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) { in tcp_fill_info()
1556 case TF2_ECN_PERMIT: in tcp_fill_info()
1561 case TF2_ECN_PERMIT | TF2_ACE_PERMIT: in tcp_fill_info()
1605 if ((tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) == in tcp_fill_info()
1606 (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in tcp_fill_info()
2999 if (t_flags2 & TF2_ECN_PERMIT) { in db_print_tflags2()
HDtcp_input.c438 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
452 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
460 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
HDtcp_var.h852 #define TF2_ECN_PERMIT 0x00000020 /* connection ECN-ready */ macro
HDtcp_output.c1211 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in tcp_default_output()
HDtcp_subr.c4020 xt->xt_ecn = (tp->t_flags2 & TF2_ECN_PERMIT) ? 1 : 0 + in tcp_inptoxtp()
/freebsd-14-stable/sys/netinet/cc/
HDcc_dctcp.c115 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_ack_received()
178 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_after_idle()
246 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_cong_signal()
316 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_conn_init()
331 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) in dctcp_post_recovery()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack.c5929 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
5944 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
5958 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
18908 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_rsm_output()
19479 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_fast_output()
21767 (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT))) { in rack_output()
23976 if (tp->t_flags2 & (TF2_ECN_PERMIT | TF2_ACE_PERMIT)) in rack_fill_info()