Searched defs:cls_bpf_prog (Results 1 – 1 of 1) sorted by relevance
38 struct cls_bpf_prog { struct40 struct list_head link;41 struct tcf_result res;42 bool exts_integrated;43 u32 gen_flags;45 struct tcf_exts exts;46 u32 handle;47 u16 bpf_num_ops;49 const char *bpf_name;50 struct tcf_proto *tp;[all …]