Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c2988 #define BPF_F_ATTACH_MASK \ macro
3000 if (attr->attach_flags & ~BPF_F_ATTACH_MASK) in bpf_prog_attach()