Home
last modified time | relevance | path

Searched refs:map_extra (Results 1 - 8 of 8) sorted by relevance

/third_party/libbpf/src/
H A Dskel_internal.h225 const size_t attr_sz = offsetofend(union bpf_attr, map_extra); in skel_map_create()
H A Dgen_loader.c454 int attr_size = offsetofend(union bpf_attr, map_extra); in bpf_gen__map_create()
464 attr.map_extra = map_attr->map_extra; in bpf_gen__map_create()
H A Dbpf.h50 __u64 map_extra; member
H A Dlibbpf_internal.h305 __u64 map_extra; member
H A Dbpf.c172 const size_t attr_sz = offsetofend(union bpf_attr, map_extra); in bpf_map_create()
197 attr.map_extra = OPTS_GET(opts, map_extra, 0); in bpf_map_create()
H A Dlibbpf.c547 __u64 map_extra; member
2493 } else if (strcmp(name, "map_extra") == 0) {
2494 __u32 map_extra; local
2496 if (!get_map_field_int(map_name, btf, m, &map_extra))
2498 map_def->map_extra = map_extra;
2561 map->map_extra = def->map_extra;
2591 pr_debug("map '%s': found map_extra = 0x%llx.\n", map->name,
2592 (unsigned long long)def->map_extra);
9980 bpf_map__set_map_extra(struct bpf_map *map, __u64 map_extra) global() argument
[all...]
H A Dlibbpf.h992 /* get/set map map_extra flags */
994 LIBBPF_API int bpf_map__set_map_extra(struct bpf_map *map, __u64 map_extra);
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1403 __u64 map_extra; member
6489 __u64 map_extra; member

Completed in 32 milliseconds