diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-06-12 22:55:31 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-30 02:45:03 -0400 |
commit | 694869b3c5440e0d821583ec8811b6cb5d03742d (patch) | |
tree | 38111cd293fd5dc15338f7d62c171e82bce2fa41 /include/net/ip.h | |
parent | c559cd3ad32ba729bb810283c5fc6838d2473c2e (diff) |
ipv4: Pass struct net through ip_fragment
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 91a6b2c88341..b783141b0671 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -109,8 +109,8 @@ int ip_local_deliver(struct sk_buff *skb); | |||
109 | int ip_mr_input(struct sk_buff *skb); | 109 | int ip_mr_input(struct sk_buff *skb); |
110 | int ip_output(struct sock *sk, struct sk_buff *skb); | 110 | int ip_output(struct sock *sk, struct sk_buff *skb); |
111 | int ip_mc_output(struct sock *sk, struct sk_buff *skb); | 111 | int ip_mc_output(struct sock *sk, struct sk_buff *skb); |
112 | int ip_do_fragment(struct sock *sk, struct sk_buff *skb, | 112 | int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, |
113 | int (*output)(struct sock *, struct sk_buff *)); | 113 | int (*output)(struct net *, struct sock *, struct sk_buff *)); |
114 | void ip_send_check(struct iphdr *ip); | 114 | void ip_send_check(struct iphdr *ip); |
115 | int __ip_local_out(struct sk_buff *skb); | 115 | int __ip_local_out(struct sk_buff *skb); |
116 | int ip_local_out_sk(struct sock *sk, struct sk_buff *skb); | 116 | int ip_local_out_sk(struct sock *sk, struct sk_buff *skb); |