Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_dctcp.c79 static struct tcp_congestion_ops dctcp_reno; variable
114 inet_csk(sk)->icsk_ca_ops = &dctcp_reno; in dctcp_init()
227 if (inet_csk(sk)->icsk_ca_ops != &dctcp_reno) { in dctcp_get_info()
265 static struct tcp_congestion_ops dctcp_reno __read_mostly = {