diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-05-21 17:17:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-21 17:17:05 -0400 |
commit | 3dca02af38c11a970160387ab36ae6043feb03cd (patch) | |
tree | a0c9137d43f2c18bce71e34e5ae745ebe521c4ff /include/net/ip6_tunnel.h | |
parent | f56dd017c32e759bbdc88ee59d3f76235d720788 (diff) |
ip6tnl: Use on-device stats instead of private ones.
This tunnel uses its own private structure and requires separate
patch to switch from private stats to on-device ones.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_tunnel.h')
-rw-r--r-- | include/net/ip6_tunnel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip6_tunnel.h b/include/net/ip6_tunnel.h index 6512d85f11b3..3780592ebe8e 100644 --- a/include/net/ip6_tunnel.h +++ b/include/net/ip6_tunnel.h | |||
@@ -19,7 +19,6 @@ | |||
19 | struct ip6_tnl { | 19 | struct ip6_tnl { |
20 | struct ip6_tnl *next; /* next tunnel in list */ | 20 | struct ip6_tnl *next; /* next tunnel in list */ |
21 | struct net_device *dev; /* virtual device associated with tunnel */ | 21 | struct net_device *dev; /* virtual device associated with tunnel */ |
22 | struct net_device_stats stat; /* statistics for tunnel device */ | ||
23 | int recursion; /* depth of hard_start_xmit recursion */ | 22 | int recursion; /* depth of hard_start_xmit recursion */ |
24 | struct ip6_tnl_parm parms; /* tunnel configuration parameters */ | 23 | struct ip6_tnl_parm parms; /* tunnel configuration parameters */ |
25 | struct flowi fl; /* flowi template for xmit */ | 24 | struct flowi fl; /* flowi template for xmit */ |