Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dfentry_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10; in BPF_PROG()
Dget_func_ip_test.c46 __u64 test4_result = 0; variable
52 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
Dfexit_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && in BPF_PROG()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dget_func_ip_test.c46 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_get_func_ip_test()