Searched defs:bpf_test (Results 1 – 2 of 2) sorted by relevance
70 struct bpf_test { struct71 const char *descr;72 struct bpf_insn insns[MAX_INSNS];73 struct bpf_insn *fill_insns;74 int fixup_map_hash_8b[MAX_FIXUPS];80 int fixup_map_xskmap[MAX_FIXUPS];82 int fixup_prog1[MAX_FIXUPS];83 int fixup_prog2[MAX_FIXUPS];84 int fixup_map_in_map[MAX_FIXUPS];112 void (*fill_helper)(struct bpf_test *self); argument[all …]
64 struct bpf_test { struct80 int (*fill_helper)(struct bpf_test *self); argument89 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument822 int (*emit)(struct bpf_test*, void*, in __bpf_fill_pattern()
Completed in 20 milliseconds