diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index b8e7e0595407..d9caf5c07aae 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -319,7 +319,7 @@ static void do_redirect(struct sk_buff *skb, struct sock *sk) | |||
319 | struct dst_entry *dst = __sk_dst_check(sk, 0); | 319 | struct dst_entry *dst = __sk_dst_check(sk, 0); |
320 | 320 | ||
321 | if (dst) | 321 | if (dst) |
322 | dst->ops->redirect(dst, skb); | 322 | dst->ops->redirect(dst, sk, skb); |
323 | } | 323 | } |
324 | 324 | ||
325 | /* | 325 | /* |