Home
last modified time | relevance | path

Searched refs:is_ebpf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/sched/
Dact_bpf.c29 bool is_ebpf; member
216 cfg->is_ebpf = false; in tcf_bpf_init_from_ops()
243 cfg->is_ebpf = true; in tcf_bpf_init_from_efd()
253 if (cfg->is_ebpf) in tcf_bpf_cfg_cleanup()
266 cfg->is_ebpf = tcf_bpf_is_ebpf(prog); in tcf_bpf_prog_fill_cfg()
288 bool is_bpf, is_ebpf; in tcf_bpf_init() local
333 is_ebpf = tb[TCA_ACT_BPF_FD]; in tcf_bpf_init()
335 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) { in tcf_bpf_init()
Dcls_bpf.c410 bool is_bpf, is_ebpf, have_exts = false; in cls_bpf_set_parms() local
415 is_ebpf = tb[TCA_BPF_FD]; in cls_bpf_set_parms()
416 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) in cls_bpf_set_parms()