Searched refs:rand_port (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | devmem.py | 7 from lib.py import bkg, cmd, rand_port, wait_port_listen 13 port = rand_port() 27 port = rand_port()
|
| H A D | rss_input_xfrm.py | 10 from lib.py import rand_port 46 port1 = rand_port(socket.SOCK_DGRAM) 47 port2 = rand_port(socket.SOCK_DGRAM)
|
| H A D | rss_ctx.py | 12 from lib.py import rand_port 228 port = rand_port() 483 ports.append(rand_port()) 571 ports.append(rand_port()) 622 port = rand_port() 697 port = rand_port() 737 port = rand_port()
|
| H A D | tso.py | 15 from lib.py import bkg, cmd, defer, ethtool, ip, rand_port, wait_port_listen 39 port = rand_port()
|
| /linux-6.15/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 5 from lib.py import ksft_pr, cmd, ip, rand_port, wait_port_listen, bkg 14 port = rand_port() 28 port = rand_port()
|
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | ping.py | 9 from lib.py import bkg, cmd, wait_port_listen, rand_port 35 port = rand_port()
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | utils.py | 188 def rand_port(type=socket.SOCK_STREAM): function
|