Home
last modified time | relevance | path

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

/openbmc/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
41 map_in_fd = bpf_find_map(__func__, obj, "map_in"); in test_queue_stack_map_by_type()
42 if (map_in_fd < 0) in test_queue_stack_map_by_type()
51 err = bpf_map_update_elem(map_in_fd, NULL, &vals[i], 0); in test_queue_stack_map_by_type()