Searched refs:map_fd (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | bpf.c | 67 uint32_t map_fd; in bpf_map_update_elem() member 83 printfd(tcp, attr.map_fd); in bpf_map_update_elem() 94 uint32_t map_fd; in bpf_map_delete_elem() member 108 printfd(tcp, attr.map_fd); in bpf_map_delete_elem() 116 uint32_t map_fd; in bpf_map_io() member 138 printfd(tcp, attr.map_fd); in bpf_map_io()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_mapping_libcdep.cc | 104 fd_t map_fd = OpenFile(tmp_path.data(), WrOnly, &err); in CovUpdateMapping() local 105 if (map_fd == kInvalidFd) { in CovUpdateMapping() 111 if (!WriteToFile(map_fd, text.data(), text.length(), nullptr, &err)) { in CovUpdateMapping() 115 CloseFile(map_fd); in CovUpdateMapping()
|
/external/iproute2/examples/bpf/ |
D | bpf_sys.h | 15 .map_fd = fd, in bpf_lookup_elem()
|
/external/strace/tests/ |
D | bpf.c | 61 .map_fd = -1, in map_any()
|
/external/iproute2/tc/ |
D | tc_bpf.c | 85 .map_fd = fd, in bpf_map_update() 632 int ret, prog_fd, map_fd; in bpf_graft_map() local 653 map_fd = bpf_obj_get(map_path); in bpf_graft_map() 654 if (map_fd < 0) { in bpf_graft_map() 657 ret = map_fd; in bpf_graft_map() 661 ret = bpf_map_selfcheck_pinned(map_fd, &test, in bpf_graft_map() 668 ret = bpf_map_update(map_fd, &map_key, &prog_fd, BPF_ANY); in bpf_graft_map() 672 close(map_fd); in bpf_graft_map()
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 110 __u32 map_fd; member
|
/external/iproute2/include/linux/ |
D | bpf.h | 110 __u32 map_fd; member
|