]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/tcp_highspeed.c
[NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures
[karo-tx-linux.git] / net / ipv4 / tcp_highspeed.c
index 82b3c189bd7dd49b8bdf262bfcfb60f63fe4adbc..63cf7e54084791c54d5def202ef124ae70eee770 100644 (file)
@@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk)
 }
 
 static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt,
-                            u32 in_flight, u32 pkts_acked)
+                            u32 in_flight, int data_acked)
 {
        struct tcp_sock *tp = tcp_sk(sk);
        struct hstcp *ca = inet_csk_ca(sk);