Searched refs:ipv6_throughput (Results 1 – 1 of 1) sorted by relevance
261 ipv6_throughput = defaultdict(lambda: [0, 0]) variable264 ipv6_throughput[key][0] = v.value269 ipv6_throughput[key][1] = v.value272 if ipv6_throughput:278 for k, (send_bytes, recv_bytes) in sorted(ipv6_throughput.items(),