Searched defs:bpf_test (Results 1 – 1 of 1) sorted by relevance
90 struct bpf_test { struct91 const char *descr;92 struct bpf_insn insns[MAX_INSNS];93 struct bpf_insn *fill_insns;105 struct bpf_insn expected_insns[MAX_EXPECTED_INSNS];110 struct bpf_insn unexpected_insns[MAX_UNEXPECTED_INSNS];111 int fixup_map_hash_8b[MAX_FIXUPS];112 int fixup_map_hash_48b[MAX_FIXUPS];113 int fixup_map_hash_16b[MAX_FIXUPS];114 int fixup_map_array_48b[MAX_FIXUPS];[all …]