Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_bpf.c31 bool is_ebpf; member
218 cfg->is_ebpf = false; in tcf_bpf_init_from_ops()
245 cfg->is_ebpf = true; in tcf_bpf_init_from_efd()
255 if (cfg->is_ebpf) in tcf_bpf_cfg_cleanup()
268 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
327 is_ebpf = tb[TCA_ACT_BPF_FD]; in tcf_bpf_init()
329 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) { in tcf_bpf_init()
Dcls_bpf.c411 bool is_bpf, is_ebpf, have_exts = false; in cls_bpf_set_parms() local
416 is_ebpf = tb[TCA_BPF_FD]; in cls_bpf_set_parms()
417 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) in cls_bpf_set_parms()