Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxskmap.c72 attr->map_flags & ~(BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY)) in xsk_map_alloc()
/openbmc/linux/kernel/bpf/
H A Dstackmap.c16 (BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY | \
H A Ddevmap.c54 (BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY)
H A Dsyscall.c50 #define BPF_OBJ_FLAG_MASK (BPF_F_RDONLY | BPF_F_WRONLY)
336 return flags & ~(BPF_F_RDONLY | BPF_F_WRONLY); in bpf_map_flags_retain_permanent()
965 if ((flags & BPF_F_RDONLY) && (flags & BPF_F_WRONLY)) in bpf_get_file_flag()
969 if (flags & BPF_F_WRONLY) in bpf_get_file_flag()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c1562 map_opts.map_flags |= BPF_F_WRONLY; in test_map_wronly_hash()
1593 map_opts.map_flags |= BPF_F_WRONLY; in test_map_wronly_stack_or_queue()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1284 BPF_F_WRONLY = (1U << 4), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1284 BPF_F_WRONLY = (1U << 4), enumerator
/openbmc/linux/net/core/
H A Dsock_map.c25 (BPF_F_NUMA_NODE | BPF_F_RDONLY | BPF_F_WRONLY)
/openbmc/linux/include/linux/
H A Dbpf.h1769 BPF_F_WRONLY | \