Searched refs:map1_fd (Results 1 – 2 of 2) sorted by relevance
132 int compare_map_keys(int map1_fd, int map2_fd);
217 int compare_map_keys(int map1_fd, int map2_fd) in compare_map_keys() argument224 err = bpf_map_get_next_key(map1_fd, NULL, &key); in compare_map_keys()231 while (bpf_map_get_next_key(map1_fd, &key, &next_key) == 0) { in compare_map_keys()