Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpercpu_array_inner_map.c12 int outer_fd, tmpl_fd, good_fd, bad_fd, err; in test_percpu_array_inner_map() local
16 tmpl_fd = bpf_map_create(BPF_MAP_TYPE_PERCPU_ARRAY, "tmpl", in test_percpu_array_inner_map()
18 if (!ASSERT_OK_FD(tmpl_fd, "create_tmpl")) in test_percpu_array_inner_map()
22 opts.inner_map_fd = tmpl_fd; in test_percpu_array_inner_map()
29 err = bpf_map_update_elem(outer_fd, &zero, &tmpl_fd, 0); in test_percpu_array_inner_map()
56 close(tmpl_fd); in test_percpu_array_inner_map()