Searched defs:bpf_test (Results 1 – 2 of 2) sorted by relevance
88 struct bpf_test { struct89 const char *descr;90 struct bpf_insn insns[MAX_INSNS];91 struct bpf_insn *fill_insns;117 int fixup_prog1[MAX_FIXUPS];118 int fixup_prog2[MAX_FIXUPS];149 void (*fill_helper)(struct bpf_test *self); argument160 bpf_testdata_struct_t; argument164 const char *kfunc;166 int func_info_cnt;[all …]
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()
Completed in 20 milliseconds