Lines Matching defs:tc_u_knode
43 struct tc_u_knode { struct
44 struct tc_u_knode __rcu *next; argument
45 u32 handle;
46 struct tc_u_hnode __rcu *ht_up;
47 struct tcf_exts exts;
48 int ifindex;
49 u8 fshift;
50 struct tcf_result res;
51 struct tc_u_hnode __rcu *ht_down;
53 struct tc_u32_pcnt __percpu *pf;
55 u32 flags;
56 unsigned int in_hw_count;
58 u32 val;
82 struct tc_u_knode __rcu *ht[]; argument