Home
last modified time | relevance | path

Searched refs:bpf_testmod_test_write_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.h14 struct bpf_testmod_test_write_ctx { struct
Dbpf_testmod-events.h33 TP_PROTO(struct task_struct *task, struct bpf_testmod_test_write_ctx *ctx),
Dbpf_testmod.c180 struct bpf_testmod_test_write_ctx ctx = { in bpf_testmod_test_write()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_module_attach.c24 struct task_struct *task, struct bpf_testmod_test_write_ctx *write_ctx) in BPF_PROG()