]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv6: move ip6_dst_hoplimit() into core kernel
authorCong Wang <amwang@redhat.com>
Sat, 31 Aug 2013 05:44:28 +0000 (13:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2013 02:29:59 +0000 (22:29 -0400)
commit3ce9b35ff6de8dfebb0b0045e667c000f632e563
treeecde35b0c857ba52ef90724bf12f037f52ab4957
parentae5dbf1ad83cb90921a400d15fb18afae66e1e56
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>
include/net/ip6_route.h
include/net/ipv6.h
net/ipv6/output_core.c
net/ipv6/route.c