Home
last modified time | relevance | path

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

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