Home
last modified time | relevance | path

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

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