Home
last modified time | relevance | path

Searched defs:use_ecn (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_choke.c81 static int use_ecn(const struct choke_sched_data *q) in use_ecn() function
/openbmc/linux/net/ipv4/
H A Dtcp_output.c333 bool use_ecn = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_ecn) == 1 || in tcp_ecn_send_syn() local