diff options
author | Denis V. Lunev <den@openvz.org> | 2008-10-07 17:50:06 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-07 17:50:06 -0400 |
commit | be713a443ee019489890e93654557916fbf72612 (patch) | |
tree | 0ff5bacfd4b6f17ccc380ef01fcd6661959531b8 /net/ipv6/udplite.c | |
parent | 0c7ed677fb7013c8028045d409a48ac42151187a (diff) |
netns: make uplitev6 mib per/namespace
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/udplite.c')
-rw-r--r-- | net/ipv6/udplite.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/udplite.c b/net/ipv6/udplite.c index f6cdcb348e05..3cd1a1ac3d6c 100644 --- a/net/ipv6/udplite.c +++ b/net/ipv6/udplite.c | |||
@@ -13,8 +13,6 @@ | |||
13 | */ | 13 | */ |
14 | #include "udp_impl.h" | 14 | #include "udp_impl.h" |
15 | 15 | ||
16 | DEFINE_SNMP_STAT(struct udp_mib, udplite_stats_in6) __read_mostly; | ||
17 | |||
18 | static int udplitev6_rcv(struct sk_buff *skb) | 16 | static int udplitev6_rcv(struct sk_buff *skb) |
19 | { | 17 | { |
20 | return __udp6_lib_rcv(skb, udplite_hash, IPPROTO_UDPLITE); | 18 | return __udp6_lib_rcv(skb, udplite_hash, IPPROTO_UDPLITE); |