Lines Matching defs:cls_bpf_prog
37 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;
47 struct sock_filter *bpf_ops;
48 const char *bpf_name;
49 struct tcf_proto *tp;
50 struct rcu_work rwork;