Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/sched/
Dcls_bpf.c38 struct cls_bpf_prog { struct
39 struct bpf_prog *filter;
40 struct list_head link;
41 struct tcf_result res;
42 bool exts_integrated;
43 u32 gen_flags;
44 unsigned int in_hw_count;
45 struct tcf_exts exts;
46 u32 handle;
47 u16 bpf_num_ops;
[all …]
/kernel/linux/linux-5.10/net/sched/
Dcls_bpf.c37 struct cls_bpf_prog { struct
38 struct bpf_prog *filter;
39 struct list_head link;
40 struct tcf_result res;
41 bool exts_integrated;
42 u32 gen_flags;
43 unsigned int in_hw_count;
44 struct tcf_exts exts;
45 u32 handle;
46 u16 bpf_num_ops;
[all …]