Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/ !
Dbpf_testmod-events.h53 TP_PROTO(struct bpf_testmod_test_writable_ctx *ctx),
55 sizeof(struct bpf_testmod_test_writable_ctx)
Dbpf_testmod.h22 struct bpf_testmod_test_writable_ctx { struct
Dbpf_testmod.c401 struct bpf_testmod_test_writable_ctx writable = { in bpf_testmod_test_read()
/linux-6.12.1/tools/testing/selftests/bpf/progs/ !
Dtest_module_attach.c36 struct bpf_testmod_test_writable_ctx *writable) in BPF_PROG()