Searched refs:results_map_fd (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | probe_user.c | 9 int err, results_map_fd, sock_fd, duration = 0; in test_probe_user() local 30 results_map_fd = bpf_find_map(__func__, obj, "test_pro.bss"); in test_probe_user() 31 if (CHECK(results_map_fd < 0, "find_bss_map", in test_probe_user() 32 "err %d\n", results_map_fd)) in test_probe_user() 55 err = bpf_map_lookup_elem(results_map_fd, &zero, &tmp); in test_probe_user()
|