Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
A Dtest_map_in_map.bpf.c109 u16 test_case, port, dst6[8]; in BPF_KSYSCALL() local
127 test_case = dst6[7]; in BPF_KSYSCALL()
138 if (test_case == 0) { in BPF_KSYSCALL()
140 } else if (test_case == 1) { in BPF_KSYSCALL()
142 } else if (test_case == 2) { in BPF_KSYSCALL()
159 if (test_case == 0 || test_case == 1) in BPF_KSYSCALL()
A Dmap_perf_test.bpf.c188 u16 test_case; in BPF_KSYSCALL() local
205 test_case = test_params.tcase; in BPF_KSYSCALL()
206 if (test_case != 3) in BPF_KSYSCALL()
209 if (test_case == 0) { in BPF_KSYSCALL()
211 } else if (test_case == 1) { in BPF_KSYSCALL()
214 } else if (test_case == 2) { in BPF_KSYSCALL()
227 } else if (test_case == 3) { in BPF_KSYSCALL()

Completed in 13 milliseconds