Searched refs:test5_result (Results 1 – 4 of 4) sorted by relevance
67 __u64 test5_result = 0; variable73 test5_result = (const void *) addr == &bpf_modify_return_test; 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()
37 ASSERT_EQ(skel->bss->test5_result, 1, "test5_result"); in test_function_entry()
Completed in 4 milliseconds