Home
last modified time | relevance | path

Searched defs:tc_u_knode (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/sched/
Dcls_u32.c44 struct tc_u_knode { struct
45 struct tc_u_knode __rcu *next; argument
46 u32 handle;
47 struct tc_u_hnode __rcu *ht_up;
48 struct tcf_exts exts;
49 int ifindex;
50 u8 fshift;
51 struct tcf_result res;
52 struct tc_u_hnode __rcu *ht_down;
54 struct tc_u32_pcnt __percpu *pf;
[all …]
/kernel/linux/linux-5.10/net/sched/
Dcls_u32.c43 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;
[all …]