dataEntry         212 samples/bpf/cookie_uid_helper_example.c 	struct stats dataEntry;
dataEntry         236 samples/bpf/cookie_uid_helper_example.c 	res = bpf_map_lookup_elem(map_fd, &cookie, &dataEntry);
dataEntry         255 samples/bpf/cookie_uid_helper_example.c 		res = bpf_map_lookup_elem(map_fd, &cookie, &dataEntry);
dataEntry         260 samples/bpf/cookie_uid_helper_example.c 			" Bytes Count: %lu\n\n", cookie, dataEntry.uid,
dataEntry         261 samples/bpf/cookie_uid_helper_example.c 			dataEntry.packets, dataEntry.bytes);