Searched refs:to_bpf (Results 1 – 2 of 2) sorted by relevance
38 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_act()140 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump()348 prog = to_bpf(*act); in tcf_bpf_init()388 tcf_bpf_prog_fill_cfg(to_bpf(act), &tmp); in tcf_bpf_cleanup()
22 #define to_bpf(a) ((struct tcf_bpf *)a) macro