Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test.c291 struct bpf_testmod_ctx __kptr *ctx;
304 struct bpf_testmod_ctx *ctx; in kfunc_call_ctx()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h90 struct bpf_testmod_ctx { struct
192 struct bpf_testmod_ctx *bpf_testmod_ctx_create(int *err) __ksym;
193 void bpf_testmod_ctx_release(struct bpf_testmod_ctx *ctx) __ksym;
H A Dbpf_testmod.c339 __bpf_kfunc struct bpf_testmod_ctx *
342 struct bpf_testmod_ctx *ctx; in bpf_testmod_ctx_create()
356 struct bpf_testmod_ctx *ctx; in testmod_free_cb()
358 ctx = container_of(head, struct bpf_testmod_ctx, rcu); in testmod_free_cb()
362 __bpf_kfunc void bpf_testmod_ctx_release(struct bpf_testmod_ctx *ctx) in bpf_testmod_ctx_release()
875 BTF_ID(struct, bpf_testmod_ctx)