Searched refs:test4_result (Results 1 – 5 of 5) sorted by relevance
98 __u64 test4_result = 0; variable 106 test4_result = cnt == 2; in BPF_PROG() 110 test4_result &= err == 0 && ((int) a == 1); in BPF_PROG() 113 test4_result &= err == 0 && ((int *) b == _b); in BPF_PROG() 117 test4_result &= err == -EINVAL; in BPF_PROG() 121 test4_result &= err == 0 && ret == 1234; in BPF_PROG()
13 int test4_result = 0; variable 59 test4_result = 1; in BPF_UPROBE()
33 __u64 test4_result = 0; variable 37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10; in BPF_PROG()
55 __u64 test4_result = 0; variable 61 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
33 __u64 test4_result = 0; variable 37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && in BPF_PROG()