Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_bpf.c28 bool is_ebpf; member
215 cfg->is_ebpf = false; in tcf_bpf_init_from_ops()
242 cfg->is_ebpf = true; in tcf_bpf_init_from_efd()
252 if (cfg->is_ebpf) in tcf_bpf_cfg_cleanup()
265 cfg->is_ebpf = tcf_bpf_is_ebpf(prog); in tcf_bpf_prog_fill_cfg()
286 bool is_bpf, is_ebpf; in tcf_bpf_init() local
331 is_ebpf = tb[TCA_ACT_BPF_FD]; in tcf_bpf_init()
333 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) { in tcf_bpf_init()
Dcls_bpf.c413 bool is_bpf, is_ebpf, have_exts = false; in cls_bpf_set_parms() local
418 is_ebpf = tb[TCA_BPF_FD]; in cls_bpf_set_parms()
419 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) in cls_bpf_set_parms()