Searched refs:BPF_F_WRONLY (Results 1 – 11 of 11) sorted by relevance
86 attr->map_flags & ~(BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY)) in xsk_map_alloc()
267 #define BPF_F_WRONLY (1U << 4) macro
1415 MAP_SIZE, map_flags | BPF_F_WRONLY); in test_map_wronly_hash()1441 map_flags | BPF_F_WRONLY); in test_map_wronly_stack_or_queue()
53 (BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY)
17 (BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY | \
45 #define BPF_OBJ_FLAG_MASK (BPF_F_RDONLY | BPF_F_WRONLY)349 return flags & ~(BPF_F_RDONLY | BPF_F_WRONLY); in bpf_map_flags_retain_permanent()710 if ((flags & BPF_F_RDONLY) && (flags & BPF_F_WRONLY)) in bpf_get_file_flag()714 if (flags & BPF_F_WRONLY) in bpf_get_file_flag()
418 BPF_F_WRONLY = (1U << 4), enumerator
25 (BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY)
1007 BPF_F_WRONLY | \