Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_dctcp.c112 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_ack_received()
169 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_after_idle()
235 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) { in dctcp_cong_signal()
305 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) in dctcp_conn_init()
317 if (CCV(ccv, t_flags2) & TF2_ECN_PERMIT) in dctcp_post_recovery()
/f-stack/freebsd/netinet/
H A Dtcp_input.c452 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
466 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
474 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
1581 if (tp->t_flags2 & TF2_ECN_PERMIT) { in tcp_do_segment()
1648 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_do_segment()
2054 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_do_segment()
H A Dtcp_var.h438 #define TF2_ECN_PERMIT 0x00000020 /* connection ECN-ready */ macro
H A Dtcp_usrreq.c1775 if (tp->t_flags2 & TF2_ECN_PERMIT) in tcp_fill_info()
2917 if (t_flags2 & TF2_ECN_PERMIT) { in db_print_tflags2()
H A Dtcp_output.c1185 (tp->t_flags2 & TF2_ECN_PERMIT)) { in tcp_output()
H A Dtcp_syncache.c1081 tp->t_flags2 |= TF2_ECN_PERMIT; in syncache_socket()
H A Dtcp_subr.c3465 xt->xt_ecn = (tp->t_flags2 & TF2_ECN_PERMIT) ? 1 : 0 + in tcp_inptoxtp()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h438 #define TF2_ECN_PERMIT 0x00000020 /* connection ECN-ready */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4008 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
4022 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
4033 if (tp->t_flags2 & TF2_ECN_PERMIT) in rack_cong_signal()
9248 tp->t_flags2 |= TF2_ECN_PERMIT; in rack_do_syn_sent()
10924 if (tp->t_flags2 & TF2_ECN_PERMIT) { in rack_do_segment_nounlock()
10986 tp->t_flags2 |= TF2_ECN_PERMIT; in rack_do_segment_nounlock()
13445 (tp->t_flags2 & TF2_ECN_PERMIT)) { in rack_output()