1 // SPDX-License-Identifier: GPL-2.0
4 #include <bpf/bpf_helpers.h>
5 #include <bpf/bpf_tracing.h>
7 char _license[] SEC("license") = "GPL";
11 SEC("?struct_ops/test_1")
18 SEC("?struct_ops/test_1")
25 struct bpf_testmod_ops {
29 SEC(".struct_ops.link")
30 struct bpf_testmod_ops testmod_1 = {