Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_timer.c344 && atomic_load_int(&tcp_do_ecn) && !(tp->t_flags & TF_DISABLE_ECN)) in tcp_timer_rexmt()
345 tp->t_flags |= TF_DISABLE_ECN; in tcp_timer_rexmt()
Dtcp_var.h95 #define TF_DISABLE_ECN 0x00040000U /* disable ECN for this connection */ macro
Dtcp_output.c834 if (!(tp->t_flags & TF_DISABLE_ECN)) { in tcp_output()
Dtcp_input.c1137 if (do_ecn && !(tp->t_flags & TF_DISABLE_ECN)) in tcp_input()
1419 if (do_ecn && !(tp->t_flags & TF_DISABLE_ECN)) in tcp_input()