Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
38 map_out_fd = bpf_find_map(__func__, obj, "map_out"); in test_queue_stack_map_by_type()
39 if (map_out_fd < 0) in test_queue_stack_map_by_type()
83 err = bpf_map_lookup_and_delete_elem(map_out_fd, NULL, &val); in test_queue_stack_map_by_type()