Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dsyscall.c3456 #define BPF_F_ATTACH_MASK \ macro
3468 if (attr->attach_flags & ~BPF_F_ATTACH_MASK) in bpf_prog_attach()