Home
last modified time | relevance | path

Searched refs:inner_map_fd (Results 1 - 7 of 7) sorted by relevance

/third_party/libbpf/src/
H A Dgen_loader.c36 __u32 inner_map_fd; member
484 move_stack2blob(gen, attr_field(map_create_attr, inner_map_fd), 4, in bpf_gen__map_create()
485 stack_off(inner_map_fd)); in bpf_gen__map_create()
511 stack_off(inner_map_fd))); in bpf_gen__map_create()
523 emit_sys_close_stack(gen, stack_off(inner_map_fd)); in bpf_gen__map_create()
H A Dlibbpf_probes.c366 opts.inner_map_fd = fd_inner; in probe_map_create()
H A Dbpf.h48 __u32 inner_map_fd; member
H A Dbpf.c195 attr.inner_map_fd = OPTS_GET(opts, inner_map_fd, 0); in bpf_map_create()
H A Dlibbpf.c530 int inner_map_fd; member
1592 map->inner_map_fd = -1;
5536 map->inner_map_fd = bpf_map__fd(map->inner_map);
5538 if (map->inner_map_fd >= 0)
5539 create_attr.inner_map_fd = map->inner_map_fd;
10173 if (map->inner_map_fd != -1) {
10174 pr_warn("error: inner_map_fd already specified\n");
10181 map->inner_map_fd = fd;
/third_party/ltp/include/lapi/
H A Dbpf.h191 uint32_t inner_map_fd; /* fd pointing to the inner map */ member
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1384 __u32 inner_map_fd; /* fd pointing to the inner map */ member

Completed in 35 milliseconds