Searched defs:tc_u_knode (Results 1 – 1 of 1) sorted by relevance
50 struct tc_u_knode { struct51 struct tc_u_knode __rcu *next; argument52 u32 handle;53 struct tc_u_hnode __rcu *ht_up;54 struct tcf_exts exts;56 int ifindex;58 u8 fshift;59 struct tcf_result res;60 struct tc_u_hnode __rcu *ht_down;62 struct tc_u32_pcnt __percpu *pf;[all …]