X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fipv4%2Ftcp_cubic.c;h=14224487b16ba4de368e5b341cbfb6ba5a159014;hb=164891aadf1721fca4dce473bb0e0998181537c6;hp=296845be912b6c3794ed9347572113e4aca205ee;hpb=65d1b4a7e73fe0e1f5275ad7d2d3547981480886;p=powerpc.git diff --git a/net/ipv4/tcp_cubic.c b/net/ipv4/tcp_cubic.c index 296845be91..14224487b1 100644 --- a/net/ipv4/tcp_cubic.c +++ b/net/ipv4/tcp_cubic.c @@ -334,7 +334,7 @@ static void bictcp_state(struct sock *sk, u8 new_state) /* Track delayed acknowledgment ratio using sliding window * ratio = (15*ratio + sample) / 16 */ -static void bictcp_acked(struct sock *sk, u32 cnt) +static void bictcp_acked(struct sock *sk, u32 cnt, ktime_t last) { const struct inet_connection_sock *icsk = inet_csk(sk);