xref: /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/scale.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
18c2ecf20Sopenharmony_ci{
28c2ecf20Sopenharmony_ci	"scale: scale test 1",
38c2ecf20Sopenharmony_ci	.insns = { },
48c2ecf20Sopenharmony_ci	.data = { },
58c2ecf20Sopenharmony_ci	.fill_helper = bpf_fill_scale,
68c2ecf20Sopenharmony_ci	.prog_type = BPF_PROG_TYPE_SCHED_CLS,
78c2ecf20Sopenharmony_ci	.result = ACCEPT,
88c2ecf20Sopenharmony_ci	.retval = 1,
98c2ecf20Sopenharmony_ci},
108c2ecf20Sopenharmony_ci{
118c2ecf20Sopenharmony_ci	"scale: scale test 2",
128c2ecf20Sopenharmony_ci	.insns = { },
138c2ecf20Sopenharmony_ci	.data = { },
148c2ecf20Sopenharmony_ci	.fill_helper = bpf_fill_scale,
158c2ecf20Sopenharmony_ci	.prog_type = BPF_PROG_TYPE_SCHED_CLS,
168c2ecf20Sopenharmony_ci	.result = ACCEPT,
178c2ecf20Sopenharmony_ci	.retval = 2,
188c2ecf20Sopenharmony_ci},
19

Indexes created Thu Nov 07 10:32:03 CST 2024