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

/openbsd-current/sys/netinet/
H A Dtcp_timer.c346 && tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
347 tp->t_flags |= TF_DISABLE_ECN;
H A Dtcp_var.h94 #define TF_DISABLE_ECN 0x00040000U /* disable ECN for this connection */ macro
H A Dtcp_output.c828 if (!(tp->t_flags & TF_DISABLE_ECN)) {
H A Dtcp_input.c1125 if (tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))
1406 if (tcp_do_ecn && !(tp->t_flags & TF_DISABLE_ECN))

Completed in 192 milliseconds