Home
last modified time | relevance | path

Searched defs:total_bytes (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c23 static const unsigned int total_bytes = 10 * 1024 * 1024; variable
/tools/testing/selftests/net/
Dpsock_tpacket.c99 static unsigned int total_packets, total_bytes; variable
/tools/perf/
Dbuiltin-timechart.c101 u64 total_bytes; member
116 u64 total_bytes; member
/tools/testing/selftests/bpf/
Dnetwork_helpers.c676 int send_recv_data(int lfd, int fd, uint32_t total_bytes) in send_recv_data()
Dtest_sockmap.c678 float total_bytes, txmsg_pop_total, txmsg_push_total; in msg_loop() local