Searched refs:hmap_val (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_array_map.c35 __u32 *hmap_val, *key = ctx->key; local
53 hmap_val = bpf_map_lookup_elem(&hashmap1, val);
54 if (hmap_val)
55 *hmap_val = *key;

Completed in 110 milliseconds