Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dact_bpf.c30 bool is_ebpf; member
219 cfg->is_ebpf = false; in tcf_bpf_init_from_ops()
246 cfg->is_ebpf = true; in tcf_bpf_init_from_efd()
256 if (cfg->is_ebpf) in tcf_bpf_cfg_cleanup()
269 cfg->is_ebpf = tcf_bpf_is_ebpf(prog); in tcf_bpf_prog_fill_cfg()
291 bool is_bpf, is_ebpf; in tcf_bpf_init() local
336 is_ebpf = tb[TCA_ACT_BPF_FD]; in tcf_bpf_init()
338 if (is_bpf == is_ebpf) { in tcf_bpf_init()
A Dcls_bpf.c414 bool is_bpf, is_ebpf, have_exts = false; in cls_bpf_set_parms() local
419 is_ebpf = tb[TCA_BPF_FD]; in cls_bpf_set_parms()
420 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) in cls_bpf_set_parms()

Completed in 7 milliseconds