aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/ip6_route.h2
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);
140extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, 140extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk,
141 __be32 mtu); 141 __be32 mtu);
142extern void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark);
143extern void ip6_sk_redirect(struct sk_buff *skb, struct sock *sk);
142 144
143struct netlink_callback; 145struct netlink_callback;
144 146