mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
19 lines
324 B
C
19 lines
324 B
C
{
|
|
"scale: scale test 1",
|
|
.insns = { },
|
|
.data = { },
|
|
.fill_helper = bpf_fill_scale,
|
|
.prog_type = BPF_PROG_TYPE_SCHED_CLS,
|
|
.result = ACCEPT,
|
|
.retval = 1,
|
|
},
|
|
{
|
|
"scale: scale test 2",
|
|
.insns = { },
|
|
.data = { },
|
|
.fill_helper = bpf_fill_scale,
|
|
.prog_type = BPF_PROG_TYPE_SCHED_CLS,
|
|
.result = ACCEPT,
|
|
.retval = 2,
|
|
},
|