is_bpf 286 net/sched/act_bpf.c bool is_bpf, is_ebpf; is_bpf 330 net/sched/act_bpf.c is_bpf = tb[TCA_ACT_BPF_OPS_LEN] && tb[TCA_ACT_BPF_OPS]; is_bpf 333 net/sched/act_bpf.c if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) { is_bpf 340 net/sched/act_bpf.c ret = is_bpf ? tcf_bpf_init_from_ops(tb, &cfg) : is_bpf 413 net/sched/cls_bpf.c bool is_bpf, is_ebpf, have_exts = false; is_bpf 417 net/sched/cls_bpf.c is_bpf = tb[TCA_BPF_OPS_LEN] && tb[TCA_BPF_OPS]; is_bpf 419 net/sched/cls_bpf.c if ((!is_bpf && !is_ebpf) || (is_bpf && is_ebpf)) is_bpf 445 net/sched/cls_bpf.c ret = is_bpf ? cls_bpf_prog_from_ops(tb, prog) :