Searched defs:bpf_test (Results 1 – 4 of 4) sorted by relevance
66 struct bpf_test { struct67 const char *descr;68 struct bpf_insn insns[MAX_INSNS];69 struct bpf_insn *fill_insns;70 int fixup_map_hash_8b[MAX_FIXUPS];71 int fixup_map_hash_48b[MAX_FIXUPS];72 int fixup_map_hash_16b[MAX_FIXUPS];73 int fixup_map_array_48b[MAX_FIXUPS];74 int fixup_map_sockmap[MAX_FIXUPS];75 int fixup_map_sockhash[MAX_FIXUPS];[all …]
86 struct bpf_test { struct87 const char *descr;88 struct bpf_insn insns[MAX_INSNS];89 struct bpf_insn *fill_insns;101 struct bpf_insn expected_insns[MAX_EXPECTED_INSNS];106 struct bpf_insn unexpected_insns[MAX_UNEXPECTED_INSNS];107 int fixup_map_hash_8b[MAX_FIXUPS];108 int fixup_map_hash_48b[MAX_FIXUPS];109 int fixup_map_hash_16b[MAX_FIXUPS];110 int fixup_map_array_48b[MAX_FIXUPS];[all …]
63 struct bpf_test { struct79 int (*fill_helper)(struct bpf_test *self); argument87 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
65 struct bpf_test { struct81 int (*fill_helper)(struct bpf_test *self); argument90 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument823 int (*emit)(struct bpf_test*, void*, in __bpf_fill_pattern()