Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c909 static int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument
919 while (bpf_map_get_next_key(smap_fd, cur_key_p, next_key_p) == 0) { in compare_stack_ips()
920 err = bpf_map_lookup_elem(smap_fd, next_key_p, val_buf1); in compare_stack_ips()