Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c393 struct bpf_testmod_struct_arg_2 struct_arg2 = {2, 3}; in bpf_testmod_test_read() local
402 (void)bpf_testmod_test_struct_arg_1(struct_arg2, 1, 4); in bpf_testmod_test_read()
403 (void)bpf_testmod_test_struct_arg_2(1, struct_arg2, 4); in bpf_testmod_test_read()
404 (void)bpf_testmod_test_struct_arg_3(1, 4, struct_arg2); in bpf_testmod_test_read()
405 (void)bpf_testmod_test_struct_arg_4(struct_arg1, 1, 2, 3, struct_arg2); in bpf_testmod_test_read()