Home
last modified time | relevance | path

Searched refs:bpf_map__map_flags (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c134 ASSERT_EQ(bpf_map__map_flags(skel->maps.data_non_mmapable), 0, "non_mmap_flags"); in test_skeleton()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c185 bpf_map__set_map_flags(map, bpf_map__map_flags(map) & ~BPF_F_NO_PREALLOC); in htab_mem_setup()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c236 if (!bpf_map__is_internal(map) || !(bpf_map__map_flags(map) & BPF_F_MMAPABLE)) in is_internal_mmapable_map()
642 (bpf_map__map_flags(map) & BPF_F_MMAPABLE)) in codegen_destroy()
768 if (bpf_map__map_flags(map) & BPF_F_RDONLY_PROG) in gen_trace()
H A Dstruct_ops.c554 if (!(bpf_map__map_flags(map) & BPF_F_LINK)) { in do_register()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h449 LIBBPF_API __u32 bpf_map__map_flags(const struct bpf_map *map);
H A Dlibbpf.c8850 __u32 bpf_map__map_flags(const struct bpf_map *map) in bpf_map__map_flags() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_loader.c465 flags = bpf_map__map_flags(map); in is_unpriv_capable_map()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.h946 LIBBPF_API __u32 bpf_map__map_flags(const struct bpf_map *map);
H A Dlibbpf.c9506 __u32 bpf_map__map_flags(const struct bpf_map *map) in bpf_map__map_flags() function

Completed in 45 milliseconds