aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
diff options
context:
space:
mode:
authorCong Wang <amwang@redhat.com>2013-08-31 01:44:28 -0400
committerDavid S. Miller <davem@davemloft.net>2013-08-31 22:29:59 -0400
commit3ce9b35ff6de8dfebb0b0045e667c000f632e563 (patch)
treeecde35b0c857ba52ef90724bf12f037f52ab4957 /include/net/ip6_route.h
parentae5dbf1ad83cb90921a400d15fb18afae66e1e56 (diff)
ipv6: move ip6_dst_hoplimit() into core kernel
It will be used by vxlan, and may not be inlined. Cc: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r--include/net/ip6_route.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index f667248202b6..f525e7038cca 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -112,8 +112,6 @@ extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
112 const struct in6_addr *addr, 112 const struct in6_addr *addr,
113 bool anycast); 113 bool anycast);
114 114
115extern int ip6_dst_hoplimit(struct dst_entry *dst);
116
117/* 115/*
118 * support functions for ND 116 * support functions for ND
119 * 117 *