Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/bpf_testmod/
A Dbpf_testmod.c159 struct bpf_testmod_struct_arg_2 struct_arg2 = {2, 3}; in bpf_testmod_test_read() local
165 (void)bpf_testmod_test_struct_arg_1(struct_arg2, 1, 4); in bpf_testmod_test_read()
166 (void)bpf_testmod_test_struct_arg_2(1, struct_arg2, 4); in bpf_testmod_test_read()
167 (void)bpf_testmod_test_struct_arg_3(1, 4, struct_arg2); in bpf_testmod_test_read()
168 (void)bpf_testmod_test_struct_arg_4(struct_arg1, 1, 2, 3, struct_arg2); in bpf_testmod_test_read()

Completed in 3 milliseconds