Searched refs:create_prog_array (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_verifier.c | 441 static int create_prog_array(enum bpf_prog_type prog_type, uint32_t max_elem, in create_prog_array() function 693 map_fds[4] = create_prog_array(prog_type, 4, 0, 1, 2); in do_test_fixup() 701 map_fds[5] = create_prog_array(prog_type, 8, 7, 1, 2); in do_test_fixup()
|
| /kernel/linux/linux-4.19/tools/testing/selftests/bpf/ |
| D | test_verifier.c | 12657 static int create_prog_array(uint32_t max_elem, int p1key) in create_prog_array() function 12781 map_fds[4] = create_prog_array(4, 0); in do_test_fixup() 12789 map_fds[5] = create_prog_array(8, 7); in do_test_fixup()
|