diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2005-06-23 23:08:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-23 23:08:59 -0400 |
commit | c1ebcdb8c422cd73f54bcd2b9953e443a47667e5 (patch) | |
tree | 312664836ac20509cc15609b8b0c7d583e9fe32d /include | |
parent | 16822e62053e73fa7def9decc38a7e287d27d980 (diff) |
[NET]: Remove obsolete fastroute stats.
Remove last vestiages of fastroute code that is no longer used.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netdevice.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index d89816ad642f..c2e15e381a58 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -165,11 +165,6 @@ struct netif_rx_stats | |||
165 | unsigned dropped; | 165 | unsigned dropped; |
166 | unsigned time_squeeze; | 166 | unsigned time_squeeze; |
167 | unsigned throttled; | 167 | unsigned throttled; |
168 | unsigned fastroute_hit; | ||
169 | unsigned fastroute_success; | ||
170 | unsigned fastroute_defer; | ||
171 | unsigned fastroute_deferred_out; | ||
172 | unsigned fastroute_latency_reduction; | ||
173 | unsigned cpu_collision; | 168 | unsigned cpu_collision; |
174 | }; | 169 | }; |
175 | 170 | ||