diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 5cedbd7688c6..693940565d8a 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -139,6 +139,8 @@ extern void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, | |||
139 | int oif, u32 mark); | 139 | int oif, u32 mark); |
140 | extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, | 140 | extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, |
141 | __be32 mtu); | 141 | __be32 mtu); |
142 | extern void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark); | ||
143 | extern void ip6_sk_redirect(struct sk_buff *skb, struct sock *sk); | ||
142 | 144 | ||
143 | struct netlink_callback; | 145 | struct netlink_callback; |
144 | 146 | ||