Searched refs:test4_result (Results 1 – 4 of 4) sorted by relevance
33 __u64 test4_result = 0; variable37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10; in BPF_PROG()
46 __u64 test4_result = 0; variable52 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
33 __u64 test4_result = 0; variable37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && in BPF_PROG()
46 ASSERT_EQ(skel->bss->test4_result, 1, "test4_result"); in test_get_func_ip_test()