Home
last modified time | relevance | path

Searched refs:map_fd (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dbpf.c67 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/
Dsanitizer_coverage_mapping_libcdep.cc104 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/
Dbpf_sys.h15 .map_fd = fd, in bpf_lookup_elem()
/external/strace/tests/
Dbpf.c61 .map_fd = -1, in map_any()
/external/iproute2/tc/
Dtc_bpf.c85 .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/
Dbpf.h110 __u32 map_fd; member
/external/iproute2/include/linux/
Dbpf.h110 __u32 map_fd; member