Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net...
[firefly-linux-kernel-4.4.55.git] / include / net / ip.h
index aa7811993276fbc8fe10baff41b331fab0e5ea11..dd06ab3669f9d4d38ea1e7cb8e0053516943566c 100644 (file)
@@ -109,8 +109,8 @@ int ip_local_deliver(struct sk_buff *skb);
 int ip_mr_input(struct sk_buff *skb);
 int ip_output(struct sock *sk, struct sk_buff *skb);
 int ip_mc_output(struct sock *sk, struct sk_buff *skb);
-int ip_do_fragment(struct sock *sk, struct sk_buff *skb,
-                  int (*output)(struct sock *, struct sk_buff *));
+int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
+                  int (*output)(struct net *, struct sock *, struct sk_buff *));
 void ip_send_check(struct iphdr *ip);
 int __ip_local_out(struct sk_buff *skb);
 int ip_local_out_sk(struct sock *sk, struct sk_buff *skb);