Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c252 struct bpf_testmod_struct_arg_3 *struct_arg3; in bpf_testmod_test_read() local
271 struct_arg3 = kmalloc((sizeof(struct bpf_testmod_struct_arg_3) + in bpf_testmod_test_read()
273 if (struct_arg3 != NULL) { in bpf_testmod_test_read()
274 struct_arg3->b[0] = 1; in bpf_testmod_test_read()
275 (void)bpf_testmod_test_struct_arg_6(struct_arg3); in bpf_testmod_test_read()
276 kfree(struct_arg3); in bpf_testmod_test_read()