Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_ctx.py14 from lib.py import rand_port, rand_ports
476 ports = rand_ports(ctx_cnt)
565 ports = rand_ports(ctx_cnt)
810 ports = rand_ports(2)
/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py319 return rand_ports(1, stype)[0]
322 def rand_ports(count, stype=socket.SOCK_STREAM): function