ipvlan: remove counters of ipv4 and ipv6 addresses
[deliverable/linux.git] / drivers / net / ipvlan / ipvlan.h
index 953a97492fabf46eda9986ad713e4cc9ec4275dd..68e2549c28c6813826b2e49543514f4505ce2141 100644 (file)
@@ -67,8 +67,6 @@ struct ipvl_dev {
        struct ipvl_port        *port;
        struct net_device       *phy_dev;
        struct list_head        addrs;
-       int                     ipv4cnt;
-       int                     ipv6cnt;
        struct ipvl_pcpu_stats  __percpu *pcpu_stats;
        DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE);
        netdev_features_t       sfeatures;
This page took 0.026863 seconds and 5 git commands to generate.