Searched refs:traffic (Results 1 – 9 of 9) sorted by relevance
73 traffic = None75 traffic = GenerateTraffic(cfg)114 if traffic:115 traffic.stop()
13 def traffic(cfg, local_port, remote_port, ipver): function53 cpu1 = traffic(cfg, port1, port2, ipver)54 cpu2 = traffic(cfg, port2, port1, ipver)
362 traffic = None365 traffic = GenerateTraffic(cfg)368 if traffic:369 traffic.stop()
50 Local test (which don't require endpoint for sending / receiving traffic)
72 **tcx_ingress** - Ingress TCX. runs on ingress net traffic;73 **tcx_egress** - Egress TCX. runs on egress net traffic;
430 local traffic="$6"444 if [ "${traffic}" -eq 6 ]; then
369 local traffic="$6"383 if [ "${traffic}" -eq 6 ]; then
624 local traffic="$5"665 if [ "${traffic}" -eq 6 ]; then
711 local traffic="$5"752 if [ "${traffic}" -eq 6 ]; then
Completed in 15 milliseconds