Searched refs:to_bpf (Results 1 – 2 of 2) sorted by relevance
41 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_act()141 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump()341 prog = to_bpf(*act); in tcf_bpf_init()376 tcf_bpf_prog_fill_cfg(to_bpf(act), &tmp); in tcf_bpf_cleanup()
26 #define to_bpf(a) ((struct tcf_bpf *)a) macro