Lines Matching defs:tc_action
23 struct tc_action { struct
24 const struct tc_action_ops *ops; argument
25 __u32 type; /* for backward compat(TCA_OLD_COMPAT) */
26 __u32 order;
27 struct tcf_idrinfo *idrinfo;
29 u32 tcfa_index;
30 refcount_t tcfa_refcnt;
31 atomic_t tcfa_bindcnt;
32 int tcfa_action;
33 struct tcf_t tcfa_tm;
34 struct gnet_stats_basic_packed tcfa_bstats;
35 struct gnet_stats_basic_packed tcfa_bstats_hw;
36 struct gnet_stats_queue tcfa_qstats;
37 struct net_rate_estimator __rcu *tcfa_rate_est;
38 spinlock_t tcfa_lock;
39 struct gnet_stats_basic_cpu __percpu *cpu_bstats;
40 struct gnet_stats_basic_cpu __percpu *cpu_bstats_hw;
41 struct gnet_stats_queue __percpu *cpu_qstats;
42 struct tc_cookie __rcu *act_cookie;
43 struct tcf_chain __rcu *goto_chain;