Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/
Dbpf_testmod-events.h61 TP_PROTO(struct bpf_testmod_test_writable_ctx *ctx),
63 sizeof(struct bpf_testmod_test_writable_ctx)
Dbpf_testmod.h22 struct bpf_testmod_test_writable_ctx { struct
Dbpf_testmod.c438 struct bpf_testmod_test_writable_ctx writable = { in bpf_testmod_test_read()
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_module_attach.c36 struct bpf_testmod_test_writable_ctx *writable) in BPF_PROG()