Searched defs:map_out (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_insn_array.c | 26 static void __check_success(struct bpf_insn *insns, __u32 insn_cnt, __u32 *map_in, __u32 *map_out) in __check_success() 79 __u32 map_out[] = {0, 1, 2, 3, 4, 5}; in check_one_to_one_mapping() local 100 __u32 map_out[] = {0, 1, 4, 5, 8, 9}; in check_simple() local 121 __u32 map_out[] = {0, -1, 1, -1, 2, 3}; in check_deletions() local 145 __u32 map_out[] = {-1, 0, -1, 3, 4, 5, /* func */ -1, 6, -1, 9, 10}; in check_deletions_with_functions() local
|