Home
last modified time | relevance | path

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

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