Searched refs:bpf_flags (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sched/
H A Dcls_bpf.c473 u32 bpf_flags = nla_get_u32(tb[TCA_BPF_FLAGS]); local
475 if (bpf_flags & ~TCA_BPF_FLAG_ACT_DIRECT) {
480 have_exts = bpf_flags & TCA_BPF_FLAG_ACT_DIRECT;
582 u32 bpf_flags = 0; local
611 bpf_flags |= TCA_BPF_FLAG_ACT_DIRECT;
612 if (bpf_flags && nla_put_u32(skb, TCA_BPF_FLAGS, bpf_flags))
/linux-master/tools/lib/bpf/
H A Dnetlink.c720 __u32 protocol, bpf_flags, handle, priority, parent, prog_id, flags; local
775 bpf_flags = TCA_BPF_FLAG_ACT_DIRECT;
776 ret = nlattr_add(&req, TCA_BPF_FLAGS, &bpf_flags, sizeof(bpf_flags));

Completed in 99 milliseconds