Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_bpf.c33 bool is_ebpf; member
210 cfg->is_ebpf = false; in tcf_bpf_init_from_ops()
245 cfg->is_ebpf = true; in tcf_bpf_init_from_efd()
252 if (cfg->is_ebpf) in tcf_bpf_cfg_cleanup()
264 cfg->is_ebpf = tcf_bpf_is_ebpf(prog); in tcf_bpf_prog_fill_cfg()
282 bool is_bpf, is_ebpf; in tcf_bpf_init() local
315 is_ebpf = tb[TCA_ACT_BPF_FD]; in tcf_bpf_init()
317 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) { in tcf_bpf_init()
Dcls_bpf.c309 bool is_bpf, is_ebpf, have_exts = false; in cls_bpf_modify_existing() local
314 is_ebpf = tb[TCA_BPF_FD]; in cls_bpf_modify_existing()
315 if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) in cls_bpf_modify_existing()