1 #ifndef __NET_TC_GACT_H
2 #define __NET_TC_GACT_H
4 #include <net/act_api.h>
5 #include <linux/tc_act/tc_gact.h>
8 struct tcf_common common
;
9 #ifdef CONFIG_GACT_PROB
17 container_of(a->priv, struct tcf_gact, common)
19 static inline bool is_tcf_gact_shot(const struct tc_action
*a
)
21 #ifdef CONFIG_NET_CLS_ACT
22 struct tcf_gact
*gact
;
24 if (a
->ops
&& a
->ops
->type
!= TCA_ACT_GACT
)
28 if (gact
->tcf_action
== TC_ACT_SHOT
)
34 #endif /* __NET_TC_GACT_H */