Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / include / net / ipv6_stubs.h
index 8fce558..afbce90 100644 (file)
@@ -66,6 +66,8 @@ struct ipv6_stub {
 
        int (*ipv6_fragment)(struct net *net, struct sock *sk, struct sk_buff *skb,
                             int (*output)(struct net *, struct sock *, struct sk_buff *));
+       struct net_device *(*ipv6_dev_find)(struct net *net, const struct in6_addr *addr,
+                                           struct net_device *dev);
 };
 extern const struct ipv6_stub *ipv6_stub __read_mostly;