Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dsyscall.c2965 #define BPF_F_ATTACH_MASK \ macro
2977 if (attr->attach_flags & ~BPF_F_ATTACH_MASK) in bpf_prog_attach()