]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/act_api.h
[NETFILTER]: nf_conntrack: introduce extension infrastructure
[linux-2.6-omap-h63xx.git] / include / net / act_api.h
index 8b06c2f3657f3b4b4923c7a856d278778f8f3138..2f0273feabd3a563202ef0b1c40b0fc5731b3b66 100644 (file)
@@ -19,7 +19,6 @@ struct tcf_common {
        struct gnet_stats_basic         tcfc_bstats;
        struct gnet_stats_queue         tcfc_qstats;
        struct gnet_stats_rate_est      tcfc_rate_est;
-       spinlock_t                      *tcfc_stats_lock;
        spinlock_t                      tcfc_lock;
 };
 #define tcf_next       common.tcfc_next
@@ -32,7 +31,6 @@ struct tcf_common {
 #define tcf_bstats     common.tcfc_bstats
 #define tcf_qstats     common.tcfc_qstats
 #define tcf_rate_est   common.tcfc_rate_est
-#define tcf_stats_lock common.tcfc_stats_lock
 #define tcf_lock       common.tcfc_lock
 
 struct tcf_police {