Home
last modified time | relevance | path

Searched refs:tcp_do_ecn (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_syncache.c728 if ((sc->sc_flags & SCF_ECN_PERMIT) && tcp_do_ecn) in syn_cache_get()
1039 if ((th->th_flags & (TH_ECE|TH_CWR)) && tcp_do_ecn) in syn_cache_add()
H A Dtcp_var.h748 extern int tcp_do_ecn; /* TCP ECN enabled/disabled? */
H A Dtcp_output.c1309 if (tp->t_state == TCPS_SYN_SENT && tcp_do_ecn) { in tcp_output()
H A Dtcp_subr.c172 int tcp_do_ecn = 0; /* Explicit Congestion Notification */ variable
H A Dtcp_usrreq.c2172 NULL, 0, &tcp_do_ecn, 0, CTL_CREATE, CTL_EOL); in sysctl_net_inet_tcp_setup2()
H A Dtcp_input.c2080 if ((tiflags & TH_ECE) && tcp_do_ecn) { in tcp_input()