Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dsyscall.c51 #define BPF_OBJ_FLAG_MASK (BPF_F_RDONLY | BPF_F_WRONLY) macro
2924 attr->file_flags & ~(BPF_OBJ_FLAG_MASK | BPF_F_PATH_FD)) in bpf_obj_get()
4390 attr->open_flags & ~BPF_OBJ_FLAG_MASK) in bpf_map_get_fd_by_id()