diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2020-11-07 21:55:11 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-10 02:50:28 +0100 |
commit | 682036b2b9fbcf98e333bad717968ad6650a0d94 (patch) | |
tree | 70f8aa44af3ebdc99d57ac2d046c0d5e9f4cdc22 /include/net/ip_tunnels.h | |
parent | ipv4/ipv6: switch to dev_get_tstats64 (diff) | |
download | linux-682036b2b9fbcf98e333bad717968ad6650a0d94.tar.xz linux-682036b2b9fbcf98e333bad717968ad6650a0d94.zip |
net: remove ip_tunnel_get_stats64
After having migrated all users remove ip_tunnel_get_stats64().
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/ip_tunnels.h')
-rw-r--r-- | include/net/ip_tunnels.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h index 02ccd32542d0..1b7905eb793e 100644 --- a/include/net/ip_tunnels.h +++ b/include/net/ip_tunnels.h @@ -274,8 +274,6 @@ int ip_tunnel_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd); int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict); int ip_tunnel_change_mtu(struct net_device *dev, int new_mtu); -void ip_tunnel_get_stats64(struct net_device *dev, - struct rtnl_link_stats64 *tot); struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, int link, __be16 flags, __be32 remote, __be32 local, |