Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tunnels: Remove stat member from ip_tunnel struct.

All users already use on-device statistics, so this field can be
safely removed.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Pavel Emelyanov and committed by
David S. Miller
f56dd017 2f4c02d4

-1
-1
include/net/ipip.h
··· 11 11 { 12 12 struct ip_tunnel *next; 13 13 struct net_device *dev; 14 - struct net_device_stats stat; 15 14 16 15 int recursion; /* Depth of hard_start_xmit recursion */ 17 16 int err_count; /* Number of arrived ICMP errors */