Home
last modified time | relevance | path

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

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