Searched refs:test5_result (Results 1 – 5 of 5) sorted by relevance
125 __u64 test5_result = 0; variable133 test5_result = cnt == 1; in BPF_PROG()136 test5_result &= err == 0 && ((int) a == 1); in BPF_PROG()140 test5_result &= err == -EINVAL; in BPF_PROG()
41 __u64 test5_result = 0; variable45 test5_result = a == 11 && b == (void *)12 && c == 13 && d == 14 && in BPF_PROG()
42 __u64 test5_result = 0; variable46 test5_result = a == 11 && b == (void *)12 && c == 13 && d == 14 && in BPF_PROG()
65 __u64 test5_result = 0; variable71 test5_result = (const void *) addr == &bpf_modify_return_test; in BPF_PROG()
46 ASSERT_EQ(skel->bss->test5_result, 1, "test5_result"); in test_function_entry()