]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipv6: Introduce ip6_sk_dst_hoplimit.
authorLorenzo Colitti <lorenzo@google.com>
Tue, 29 Apr 2014 02:57:34 +0000 (11:57 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Apr 2014 17:31:26 +0000 (13:31 -0400)
commit9431302a33289c893d4b0696643b487ea4dbddc7
tree53e82fe083c0db2aeca000e70872f1d01e0b4146
parenta05d9be9d29068bd9adf247a5337563019eb1f27
net: ipv6: Introduce ip6_sk_dst_hoplimit.

This replaces 6 identical code snippets with a call to a new
static inline function.

Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/addrconf.h
include/net/ipv6.h
net/ipv6/icmp.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ping.c
net/ipv6/raw.c
net/ipv6/udp.c
net/l2tp/l2tp_ip6.c