Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1{
2 "scale: scale test 1",
3 .insns = { },
4 .data = { },
5 .fill_helper = bpf_fill_scale,
6 .prog_type = BPF_PROG_TYPE_SCHED_CLS,
7 .result = ACCEPT,
8 .retval = 1,
9},
10{
11 "scale: scale test 2",
12 .insns = { },
13 .data = { },
14 .fill_helper = bpf_fill_scale,
15 .prog_type = BPF_PROG_TYPE_SCHED_CLS,
16 .result = ACCEPT,
17 .retval = 2,
18},