Searched refs:create_prog_array (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 602 static int create_prog_array(enum bpf_prog_type prog_type, uint32_t max_elem, in create_prog_array() function 1083 map_fds[4] = create_prog_array(prog_type, 4, 0, 1, 2); in do_test_fixup() 1091 map_fds[5] = create_prog_array(prog_type, 8, 7, 1, 2); in do_test_fixup()
|