]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ipv6/inet6_connection_sock.c
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
[mirror_ubuntu-artful-kernel.git] / net / ipv6 / inet6_connection_sock.c
index 62539a4b2dc7b32d0b1d6422d7c48beb13241934..4a0c4d2d8b0559e5e686dcd9e36fe3518e40050c 100644 (file)
@@ -269,7 +269,7 @@ struct dst_entry *inet6_csk_update_pmtu(struct sock *sk, u32 mtu)
 
        if (IS_ERR(dst))
                return NULL;
-       dst->ops->update_pmtu(dst, mtu);
+       dst->ops->update_pmtu(dst, sk, NULL, mtu);
 
        return inet6_csk_route_socket(sk);
 }