Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbpf_iter.c942 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local
991 res_first_val = *(__u64 *)(buf + sizeof(__u32)); in test_bpf_array_map()
992 if (CHECK(res_first_key != 0 || res_first_val != first_val, in test_bpf_array_map()
996 res_first_key, res_first_val, first_val)) in test_bpf_array_map()

Completed in 5 milliseconds