Searched refs:bpf_map__set_map_flags (Results 1 – 5 of 5) sorted by relevance
187 bpf_map__set_map_flags;
947 LIBBPF_API int bpf_map__set_map_flags(struct bpf_map *map, __u32 flags);
9507 int bpf_map__set_map_flags(struct bpf_map *map, __u32 flags) in bpf_map__set_map_flags() function
169 bpf_map__set_map_flags(ctx.skel->maps.hash_map_bench, args.map_flags); in setup()
185 bpf_map__set_map_flags(map, bpf_map__map_flags(map) & ~BPF_F_NO_PREALLOC); in htab_mem_setup()