Home
last modified time | relevance | path

Searched refs:TF2_ECN_USE_ECT1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_ecn.c420 if (tp->t_flags2 & TF2_ECN_USE_ECT1) { in tcp_ecn_output_established()
H A Dtcp_var.h841 #define TF2_ECN_USE_ECT1 0x00000800 /* Use ECT(1) marking on session */ macro
H A Dtcp_usrreq.c2980 if (t_flags2 & TF2_ECN_USE_ECT1) { in db_print_tflags2()
/freebsd/sys/netinet/cc/
H A Dcc_dctcp.c323 CCV(ccv, t_flags2) |= TF2_ECN_USE_ECT1; in dctcp_conn_init()