Home
last modified time | relevance | path

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

/Linux-v5.15/samples/bpf/
Dcookie_uid_helper_example.c217 struct stats dataEntry; in udp_client() local
241 res = bpf_map_lookup_elem(map_fd, &cookie, &dataEntry); in udp_client()
260 res = bpf_map_lookup_elem(map_fd, &cookie, &dataEntry); in udp_client()
265 " Bytes Count: %lu\n\n", cookie, dataEntry.uid, in udp_client()
266 dataEntry.packets, dataEntry.bytes); in udp_client()