Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c394 struct bpf_testmod_struct_arg_3 *struct_arg3; in bpf_testmod_test_read() local
420 struct_arg3 = kmalloc((sizeof(struct bpf_testmod_struct_arg_3) + in bpf_testmod_test_read()
422 if (struct_arg3 != NULL) { in bpf_testmod_test_read()
423 struct_arg3->b[0] = 1; in bpf_testmod_test_read()
424 (void)bpf_testmod_test_struct_arg_6(struct_arg3); in bpf_testmod_test_read()
425 kfree(struct_arg3); in bpf_testmod_test_read()