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