Symbol: bpf_testmod_test_read_ctx
tools/testing/selftests/bpf/prog_tests/core_reloc.c
22
.read_ctx_sz = sizeof(struct bpf_testmod_test_read_ctx),\
tools/testing/selftests/bpf/progs/core_kern.c
96
i += ((struct bpf_testmod_test_read_ctx *)ctx)->len; \
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
41
struct bpf_testmod_test_read_ctx *read_ctx)
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
58
out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
59
out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
75
struct bpf_testmod_test_read_ctx *read_ctx)
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
92
out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
93
out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx);
tools/testing/selftests/bpf/progs/test_module_attach.c
14
struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx)
tools/testing/selftests/bpf/progs/test_module_attach.c
48
struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx)
tools/testing/selftests/bpf/progs/test_tp_btf_nullable.c
11
int BPF_PROG(handle_tp_btf_nullable_bare1, struct bpf_testmod_test_read_ctx *nullable_ctx)
tools/testing/selftests/bpf/progs/test_tp_btf_nullable.c
17
int BPF_PROG(handle_tp_btf_nullable_bare2, struct bpf_testmod_test_read_ctx *nullable_ctx)
tools/testing/selftests/bpf/test_kmods/bpf_testmod-events.h
13
TP_PROTO(struct task_struct *task, struct bpf_testmod_test_read_ctx *ctx),
tools/testing/selftests/bpf/test_kmods/bpf_testmod-events.h
39
TP_PROTO(struct bpf_testmod_test_read_ctx *ctx__nullable),
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
478
struct bpf_testmod_test_read_ctx ctx = {