Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h854 #define TF2_CANNOT_DO_ECN 0x00080000 /* The stack does not do ECN */ macro
H A Dtcp_syncache.c1708 if (V_tcp_do_ecn && (tp->t_flags2 & TF2_CANNOT_DO_ECN) == 0) in syncache_add()
H A Dtcp_usrreq.c3035 if (t_flags2 & TF2_CANNOT_DO_ECN) { in db_print_tflags2()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c9976 tp->t_flags2 |= TF2_CANNOT_DO_ECN; in bbr_init()
14141 tp->t_flags2 |= TF2_CANNOT_DO_ECN; in bbr_switch_failed()