]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/tcp_veno.c
ipv4: Kill flowi arg to fib_select_multipath()
[karo-tx-linux.git] / net / ipv4 / tcp_veno.c
index 38bc0b52d745b3a4fc9c7bc1eddcb3ff901a9a31..ac43cd747bcebdd83ce98fb26c3f7b1496ea3c69 100644 (file)
@@ -201,7 +201,7 @@ static u32 tcp_veno_ssthresh(struct sock *sk)
                return max(tp->snd_cwnd >> 1U, 2U);
 }
 
-static struct tcp_congestion_ops tcp_veno = {
+static struct tcp_congestion_ops tcp_veno __read_mostly = {
        .flags          = TCP_CONG_RTT_STAMP,
        .init           = tcp_veno_init,
        .ssthresh       = tcp_veno_ssthresh,