diff options
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 297629aadb19..2bfb2ad2fab1 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -173,8 +173,8 @@ static inline bool ipv6_anycast_destination(const struct dst_entry *dst, | |||
173 | ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); | 173 | ipv6_addr_equal(&rt->rt6i_dst.addr, daddr)); |
174 | } | 174 | } |
175 | 175 | ||
176 | int ip6_fragment(struct sock *sk, struct sk_buff *skb, | 176 | int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, |
177 | int (*output)(struct sock *, struct sk_buff *)); | 177 | int (*output)(struct net *, struct sock *, struct sk_buff *)); |
178 | 178 | ||
179 | static inline int ip6_skb_dst_mtu(struct sk_buff *skb) | 179 | static inline int ip6_skb_dst_mtu(struct sk_buff *skb) |
180 | { | 180 | { |