Home
last modified time | relevance | path

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

/external/bcc/tools/
Dtcptop.py261 ipv6_throughput = defaultdict(lambda: [0, 0]) variable
264 ipv6_throughput[key][0] = v.value
269 ipv6_throughput[key][1] = v.value
272 if ipv6_throughput:
278 for k, (send_bytes, recv_bytes) in sorted(ipv6_throughput.items(),