Searched refs:test3_result (Results 1 – 6 of 6) sorted by relevance
69 __u64 test3_result = 0; variable77 test3_result = cnt == 2; in BPF_PROG()81 test3_result &= err == 0 && ((int) a == 1); in BPF_PROG()84 test3_result &= err == 0 && ((int *) b == _b); in BPF_PROG()88 test3_result &= err == -EINVAL; in BPF_PROG()92 test3_result &= err == 0 && ret == 0; in BPF_PROG()
36 __u64 test3_result = 0; variable42 test3_result = (const void *) addr == &bpf_fentry_test3; in test3()
25 __u64 test3_result = 0; variable29 test3_result = a == 4 && b == 5 && c == 6; in BPF_PROG()
25 __u64 test3_result = 0; variable29 test3_result = a == 4 && b == 5 && c == 6 && ret == 15; in BPF_PROG()
39 ASSERT_EQ(skel->bss->test3_result, 1, "test3_result"); in test_get_func_args_test()
45 ASSERT_EQ(skel->bss->test3_result, 1, "test3_result"); in test_get_func_ip_test()