Searched refs:fixup_map_hash_8b (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dcalls.c383 .fixup_map_hash_8b = { 16 },
1398 .fixup_map_hash_8b = { 23 },
1452 .fixup_map_hash_8b = { 23 },
1506 .fixup_map_hash_8b = { 23 },
1579 .fixup_map_hash_8b = { 12, 22 },
1651 .fixup_map_hash_8b = { 12, 22 },
1720 .fixup_map_hash_8b = { 12, 22 },
1791 .fixup_map_hash_8b = { 12, 22 },
1860 .fixup_map_hash_8b = { 12, 22 },
2213 .fixup_map_hash_8b
[all...]
H A Dctx_skb.c57 .fixup_map_hash_8b = { 4 },
79 .fixup_map_hash_8b = { 6 },
102 .fixup_map_hash_8b = { 7 },
H A Djump.c84 .fixup_map_hash_8b = { 24 },
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c109 int fixup_map_hash_8b[MAX_FIXUPS]; member in struct:bpf_test
1014 int *fixup_map_hash_8b = test->fixup_map_hash_8b; local
1047 if (*fixup_map_hash_8b) {
1051 prog[*fixup_map_hash_8b].imm = map_fds[0];
1052 fixup_map_hash_8b++;
1053 } while (*fixup_map_hash_8b);

Completed in 132 milliseconds