Searched refs:BPF_F_PRESERVE_ELEMS (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_pe_preserve_elems.c19 __uint(map_flags, BPF_F_PRESERVE_ELEMS);
/linux-master/tools/perf/util/bpf_skel/
H A Dbperf_leader.bpf.c11 __uint(map_flags, BPF_F_PRESERVE_ELEMS);
/linux-master/kernel/bpf/
H A Darraymap.c20 BPF_F_PRESERVE_ELEMS | BPF_F_INNER_MAP)
70 attr->map_flags & BPF_F_PRESERVE_ELEMS)
1223 if (map->map_flags & BPF_F_PRESERVE_ELEMS)
1237 if (map->map_flags & BPF_F_PRESERVE_ELEMS)
/linux-master/include/uapi/linux/
H A Dbpf.h1388 BPF_F_PRESERVE_ELEMS = (1U << 11), enumerator in enum:__anon2587
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1388 BPF_F_PRESERVE_ELEMS = (1U << 11), enumerator in enum:__anon3128

Completed in 270 milliseconds