]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/8021q/vlan.h
net: add a core netdev->rx_dropped counter
[net-next-2.6.git] / net / 8021q / vlan.h
index b26ce343072c65a6a1776e1b42d35a0373f40fd6..8d9503ad01daa65729212de33f579b32aeffc1dc 100644 (file)
@@ -25,7 +25,6 @@ struct vlan_priority_tci_mapping {
  *     @rx_multicast: number of received multicast packets
  *     @syncp: synchronization point for 64bit counters
  *     @rx_errors: number of errors
- *     @rx_dropped: number of dropped packets
  */
 struct vlan_rx_stats {
        u64                     rx_packets;
@@ -33,7 +32,6 @@ struct vlan_rx_stats {
        u64                     rx_multicast;
        struct u64_stats_sync   syncp;
        unsigned long           rx_errors;
-       unsigned long           rx_dropped;
 };
 
 /**