Lines Matching defs:cls_bpf_prog
37 struct cls_bpf_prog { struct38 struct bpf_prog *filter;39 struct list_head link;40 struct tcf_result res;41 bool exts_integrated;42 struct tcf_exts exts;43 u32 handle;44 union {48 struct sock_filter *bpf_ops;49 const char *bpf_name;50 struct tcf_proto *tp;51 struct rcu_head rcu;