Home
last modified time | relevance | path

Searched refs:ptr__arena__nullable (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h124 int bpf_testmod_ops3_call_test_arena_nullable(__u64 *ptr__arena__nullable) __ksym;
H A Dbpf_testmod.c393 static int bpf_testmod_ops3__test_arena_nullable(u64 *ptr__arena__nullable) in bpf_testmod_ops3__test_arena_nullable() argument
441 __bpf_kfunc int bpf_testmod_ops3_call_test_arena_nullable(u64 *ptr__arena__nullable) in bpf_testmod_ops3_call_test_arena_nullable() argument
443 return st_ops3->test_arena_nullable(ptr__arena__nullable); in bpf_testmod_ops3_call_test_arena_nullable()