Searched refs:map_out_fd (Results 1 – 1 of 1) sorted by relevance
1747 int i, err, prog_fd, map_in_fd, map_out_fd; in test_queue_stack_map() local1773 map_out_fd = bpf_find_map(__func__, obj, "map_out"); in test_queue_stack_map()1774 if (map_out_fd < 0) in test_queue_stack_map()1820 err = bpf_map_lookup_and_delete_elem(map_out_fd, NULL, &val); in test_queue_stack_map()