ipv6: Pass struct net through ip6_fragment
[deliverable/linux.git] / include / net / ip6_route.h
index 297629aadb190d4cfcdec41c241efa2b0db76a71..2bfb2ad2fab1981696e52a914cd89a0dad495e76 100644 (file)
@@ -173,8 +173,8 @@ static inline bool ipv6_anycast_destination(const struct dst_entry *dst,
                 ipv6_addr_equal(&rt->rt6i_dst.addr, daddr));
 }
 
-int ip6_fragment(struct sock *sk, struct sk_buff *skb,
-                int (*output)(struct sock *, struct sk_buff *));
+int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
+                int (*output)(struct net *, struct sock *, struct sk_buff *));
 
 static inline int ip6_skb_dst_mtu(struct sk_buff *skb)
 {
This page took 0.025672 seconds and 5 git commands to generate.