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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dqueue_stack_map.c14 int i, err, prog_fd, map_in_fd, map_out_fd; local
45 map_out_fd = bpf_find_map(__func__, obj, "map_out");
46 if (map_out_fd < 0)
95 err = bpf_map_lookup_and_delete_elem(map_out_fd, NULL, &val);

Completed in 198 milliseconds