Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dget_func_args_test.c98 __u64 test4_result = 0; variable
106 test4_result = cnt == 2; in BPF_PROG()
110 test4_result &= err == 0 && ((int) a == 1); in BPF_PROG()
113 test4_result &= err == 0 && ((int *) b == _b); in BPF_PROG()
117 test4_result &= err == -EINVAL; in BPF_PROG()
121 test4_result &= err == 0 && ret == 1234; in BPF_PROG()
A Dget_func_ip_test.c57 __u64 test4_result = 0; variable
63 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
A Dfentry_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10; in BPF_PROG()
A Dfexit_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && in BPF_PROG()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dget_func_args_test.c38 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_get_func_args_test()
A Dget_func_ip_test.c36 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_function_entry()

Completed in 6 milliseconds