Lines Matching defs:tcf_common
11 struct tcf_common { struct
12 struct hlist_node tcfc_head;
13 u32 tcfc_index;
14 int tcfc_refcnt;
15 int tcfc_bindcnt;
16 u32 tcfc_capab;
17 int tcfc_action;
18 struct tcf_t tcfc_tm;
19 struct gnet_stats_basic_packed tcfc_bstats;
20 struct gnet_stats_queue tcfc_qstats;
21 struct gnet_stats_rate_est64 tcfc_rate_est;
22 spinlock_t tcfc_lock;
23 struct rcu_head tcfc_rcu;
24 struct gnet_stats_basic_cpu __percpu *cpu_bstats;
25 struct gnet_stats_queue __percpu *cpu_qstats;