Home
last modified time | relevance | path

Searched refs:bpf_testmod_test_read_ctx (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_module.c11 struct bpf_testmod_test_read_ctx { struct
41 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()
58 out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx); in BPF_PROG()
59 out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx); in BPF_PROG()
75 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()
92 out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx); in BPF_PROG()
93 out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx); in BPF_PROG()
Dtest_module_attach.c14 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()
48 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()
Dcore_kern.c70 struct bpf_testmod_test_read_ctx /* it exists in bpf_testmod */ { struct
96 i += ((struct bpf_testmod_test_read_ctx *)ctx)->len; \ in balancer_ingress()
/Linux-v6.6/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.h8 struct bpf_testmod_test_read_ctx { struct
Dbpf_testmod-events.h13 TP_PROTO(struct task_struct *task, struct bpf_testmod_test_read_ctx *ctx),
Dbpf_testmod.c244 struct bpf_testmod_test_read_ctx ctx = { in bpf_testmod_test_read()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c21 .read_ctx_sz = sizeof(struct bpf_testmod_test_read_ctx),\