Home
last modified time | relevance | path

Searched refs:bpf_testmod_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/
Dbpf_testmod_kfunc.h83 struct bpf_testmod_ctx { struct
144 struct bpf_testmod_ctx *bpf_testmod_ctx_create(int *err) __ksym;
145 void bpf_testmod_ctx_release(struct bpf_testmod_ctx *ctx) __ksym;
Dbpf_testmod.c217 __bpf_kfunc struct bpf_testmod_ctx *
220 struct bpf_testmod_ctx *ctx; in bpf_testmod_ctx_create()
234 struct bpf_testmod_ctx *ctx; in testmod_free_cb()
236 ctx = container_of(head, struct bpf_testmod_ctx, rcu); in testmod_free_cb()
240 __bpf_kfunc void bpf_testmod_ctx_release(struct bpf_testmod_ctx *ctx) in bpf_testmod_ctx_release()
629 BTF_ID(struct, bpf_testmod_ctx)
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dkfunc_call_test.c181 struct bpf_testmod_ctx __kptr *ctx;
194 struct bpf_testmod_ctx *ctx; in kfunc_call_ctx()