Home
last modified time | relevance | path

Searched refs:autocreate (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.h926 * @param autocreate whether to create BPF map during BPF object load
941 LIBBPF_API int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate);
H A Dlibbpf.c546 bool autocreate; member
1593 map->autocreate = true;
4808 return map->autocreate;
4811 int bpf_map__set_autocreate(struct bpf_map *map, bool autocreate) argument
4816 map->autocreate = autocreate;
5743 map->autocreate = false;
5745 if (!map->autocreate) {
6382 } else if (map->autocreate) {
6396 } else if (map->autocreate) {
[all...]

Completed in 15 milliseconds