Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test.c189 bpf_kfunc_call_test_mem_len_pass1(&a, sizeof(a));
190 bpf_kfunc_call_test_mem_len_pass1(&b, sizeof(b));
191 bpf_kfunc_call_test_mem_len_pass1(&c, sizeof(c));
192 bpf_kfunc_call_test_mem_len_pass1(&d, sizeof(d)); in kfunc_call_ctx()
193 bpf_kfunc_call_test_mem_len_pass1(&e, sizeof(e)); in kfunc_call_ctx()
212 bpf_kfunc_call_test_mem_len_pass1(&args->data, sizeof(args->data)); in kfunc_call_ctx()
213 bpf_kfunc_call_test_mem_len_pass1(&args->data, sizeof(*args)); in kfunc_call_ctx()
214 bpf_kfunc_call_test_mem_len_pass1(&args->data, size); in kfunc_call_ctx()
232 bpf_kfunc_call_test_mem_len_pass1(args, 0);
H A Dkfunc_call_fail.c15 bpf_kfunc_call_test_mem_len_pass1(&args->data, sizeof(*args) + 1); in kfunc_syscall_test_fail()
33 bpf_kfunc_call_test_mem_len_pass1(args, sizeof(*args)); in kfunc_syscall_test_null_fail()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h93 void bpf_kfunc_call_test_mem_len_pass1(void *mem, int len) __ksym;
H A Dbpf_testmod.c726 BTF_ID_FLAGS(func, bpf_kfunc_call_test_mem_len_pass1)
918 __bpf_kfunc void bpf_kfunc_call_test_mem_len_pass1(void *mem, int mem__sz) in bpf_kfunc_init_sock()
859 __bpf_kfunc void bpf_kfunc_call_test_mem_len_pass1(void *mem, int mem__sz) bpf_kfunc_call_test_mem_len_pass1() function