Home
last modified time | relevance | path

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

/kernel/bpf/
Dsyscall.c2996 #define BPF_F_ATTACH_MASK \ macro
3008 if (attr->attach_flags & ~BPF_F_ATTACH_MASK) in bpf_prog_attach()