Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_progs.c560 __u32 key, next_key, *cur_key_p, *next_key_p; in compare_stack_ips() local
566 cur_key_p = NULL; in compare_stack_ips()
568 while (bpf_map_get_next_key(smap_fd, cur_key_p, next_key_p) == 0) { in compare_stack_ips()
582 cur_key_p = &key; in compare_stack_ips()

Completed in 5 milliseconds