]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/ip6_route.h
ipv6: move ip6_dst_hoplimit() into core kernel
[karo-tx-linux.git] / include / net / ip6_route.h
index 260f83f16bcfb3e79f2572604fc373c1830e2310..f525e7038cca4eaae4fd7b011ae1f97072ddffc9 100644 (file)
@@ -112,8 +112,6 @@ extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
                                           const struct in6_addr *addr,
                                           bool anycast);
 
-extern int                     ip6_dst_hoplimit(struct dst_entry *dst);
-
 /*
  *     support functions for ND
  *
@@ -135,6 +133,8 @@ extern void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu,
 extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk,
                               __be32 mtu);
 extern void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark);
+extern void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif,
+                                  u32 mark);
 extern void ip6_sk_redirect(struct sk_buff *skb, struct sock *sk);
 
 struct netlink_callback;