curN              190 samples/bpf/cookie_uid_helper_example.c 	uint32_t curN = UINT32_MAX;
curN              194 samples/bpf/cookie_uid_helper_example.c 	while (bpf_map_get_next_key(map_fd, &curN, &nextN) > -1) {
curN              195 samples/bpf/cookie_uid_helper_example.c 		curN = nextN;
curN              196 samples/bpf/cookie_uid_helper_example.c 		res = bpf_map_lookup_elem(map_fd, &curN, &curEntry);
curN              199 samples/bpf/cookie_uid_helper_example.c 				curN);
curN              202 samples/bpf/cookie_uid_helper_example.c 				" Bytes Count: %lu\n", curN, curEntry.uid,