Searched refs:struct_arg2 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 457 struct bpf_testmod_struct_arg_2 struct_arg2 = {2, 3}; in bpf_testmod_test_read() local 468 (void)bpf_testmod_test_struct_arg_1(struct_arg2, 1, 4); in bpf_testmod_test_read() 469 (void)bpf_testmod_test_struct_arg_2(1, struct_arg2, 4); in bpf_testmod_test_read() 470 (void)bpf_testmod_test_struct_arg_3(1, 4, struct_arg2); in bpf_testmod_test_read() 471 (void)bpf_testmod_test_struct_arg_4(struct_arg1, 1, 2, 3, struct_arg2); in bpf_testmod_test_read()
|