summaryrefslogtreecommitdiffstats
path: root/kernel/include/net/tc_act/tc_gact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/net/tc_act/tc_gact.h')
-rw-r--r--kernel/include/net/tc_act/tc_gact.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kernel/include/net/tc_act/tc_gact.h b/kernel/include/net/tc_act/tc_gact.h
index 9fc9b5789..592a6bc02 100644
--- a/kernel/include/net/tc_act/tc_gact.h
+++ b/kernel/include/net/tc_act/tc_gact.h
@@ -6,9 +6,10 @@
struct tcf_gact {
struct tcf_common common;
#ifdef CONFIG_GACT_PROB
- u16 tcfg_ptype;
- u16 tcfg_pval;
- int tcfg_paction;
+ u16 tcfg_ptype;
+ u16 tcfg_pval;
+ int tcfg_paction;
+ atomic_t packets;
#endif
};
#define to_gact(a) \