Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_dctcp.c67 static struct tcp_congestion_ops dctcp_reno; variable
100 inet_csk(sk)->icsk_ca_ops = &dctcp_reno; in dctcp_init()
195 if (inet_csk(sk)->icsk_ca_ops != &dctcp_reno) { in dctcp_get_info()
233 static struct tcp_congestion_ops dctcp_reno __read_mostly = {