Searched refs:tcf_bpf (Results 1 – 2 of 2) sorted by relevance
41 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_act()93 static bool tcf_bpf_is_ebpf(const struct tcf_bpf *prog) in tcf_bpf_is_ebpf()98 static int tcf_bpf_dump_bpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_bpf_info()116 static int tcf_bpf_dump_ebpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_ebpf_info()141 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump()265 static void tcf_bpf_prog_fill_cfg(const struct tcf_bpf *prog, in tcf_bpf_prog_fill_cfg()287 struct tcf_bpf *prog; in tcf_bpf_init()408 .size = sizeof(struct tcf_bpf),
16 struct tcf_bpf { struct26 #define to_bpf(a) ((struct tcf_bpf *)a) argument