Home
last modified time | relevance | path

Searched refs:test4_result (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c98 __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()
H A Dtest_uprobe.c13 int test4_result = 0; variable
59 test4_result = 1; in BPF_UPROBE()
H A Dfentry_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10; in BPF_PROG()
H A Dget_func_ip_test.c55 __u64 test4_result = 0; variable
61 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
H A Dfexit_test.c33 __u64 test4_result = 0; variable
37 test4_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && in BPF_PROG()