Home
last modified time | relevance | path

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

/samples/bpf/
A Dmap_perf_test.bpf.c186 } test_params; in BPF_KSYSCALL() local
196 ret = bpf_probe_read_user(test_params.dst6, sizeof(test_params.dst6), in BPF_KSYSCALL()
201 if (test_params.magic0 != 0xdead || in BPF_KSYSCALL()
202 test_params.magic1 != 0xbeef) in BPF_KSYSCALL()
205 test_case = test_params.tcase; in BPF_KSYSCALL()
230 key = test_params.key; in BPF_KSYSCALL()

Completed in 4 milliseconds