diff options
Diffstat (limited to 'net/ipv4/tcp_cubic.c')
| -rw-r--r-- | net/ipv4/tcp_cubic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_cubic.c b/net/ipv4/tcp_cubic.c index 296845be912b..14224487b16b 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) | |||
| 334 | /* Track delayed acknowledgment ratio using sliding window | 334 | /* Track delayed acknowledgment ratio using sliding window |
| 335 | * ratio = (15*ratio + sample) / 16 | 335 | * ratio = (15*ratio + sample) / 16 |
| 336 | */ | 336 | */ |
| 337 | static void bictcp_acked(struct sock *sk, u32 cnt) | 337 | static void bictcp_acked(struct sock *sk, u32 cnt, ktime_t last) |
| 338 | { | 338 | { |
| 339 | const struct inet_connection_sock *icsk = inet_csk(sk); | 339 | const struct inet_connection_sock *icsk = inet_csk(sk); |
| 340 | 340 | ||
