Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dfentry_test.c41 __u64 test5_result = 0; variable
45 test5_result = a == 11 && b == (void *)12 && c == 13 && d == 14 && in BPF_PROG()
A Dget_func_ip_test.c56 __u64 test5_result = 0; variable
62 test5_result = (const void *) addr == &bpf_modify_return_test; in BPF_PROG()
A Dfexit_test.c42 __u64 test5_result = 0; variable
46 test5_result = a == 11 && b == (void *)12 && c == 13 && d == 14 && in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dget_func_ip_test.c47 ASSERT_EQ(skel->bss->test5_result, 1, "test5_result"); in test_get_func_ip_test()

Completed in 4 milliseconds