Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevmem.py8 from lib.py import bkg, cmd, rand_port, wait_port_listen
26 port = rand_port()
42 port = rand_port()
56 port = rand_port()
71 port = rand_port()
H A Drss_input_xfrm.py10 from lib.py import defer, ksft_pr, rand_port
83 port1 = rand_port(socket.SOCK_DGRAM)
84 port2 = rand_port(socket.SOCK_DGRAM)
H A Drss_ctx.py14 from lib.py import rand_port
235 port = rand_port()
491 ports.append(rand_port())
579 ports.append(rand_port())
630 port = rand_port()
705 port = rand_port()
745 port = rand_port()
795 port_main = rand_port()
808 port_other = rand_port()
848 port_ctx2 = rand_port()
H A Drss_flow_label.py14 from lib.py import bkg, cmd, defer, fd_read_timeout, rand_port
63 local_port = rand_port(socket.SOCK_DGRAM)
64 remote_port = rand_port(socket.SOCK_DGRAM)
H A Diou-zcrx.py8 from lib.py import bkg, cmd, defer, ethtool, rand_port, wait_port_listen
127 port = rand_port()
162 cfg.port = rand_port()
H A Dtoeplitz.py16 from lib.py import cmd, bkg, rand_port, defer
165 port = rand_port(socket.SOCK_DGRAM)
H A Dtso.py15 from lib.py import bkg, cmd, defer, ethtool, ip, rand_port, wait_port_listen
39 port = rand_port()
/linux/tools/testing/selftests/drivers/net/
H A Dnapi_id.py6 from lib.py import bkg, cmd, rand_port, NetNSEnter
9 port = rand_port()
H A Dxdp.py18 from lib.py import bkg, cmd, rand_port, wait_port_listen
212 port = rand_port()
259 port = rand_port()
306 port = rand_port()
451 port = rand_port()
575 port = rand_port()
692 port = rand_port()
H A Dping.py9 from lib.py import bkg, cmd, wait_port_listen, rand_port
35 port = rand_port()
H A Dpsp.py19 from lib.py import bkg, rand_port, wait_port_listen
603 cfg.comm_port = rand_port()
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Dload.py7 from lib.py import ksft_pr, cmd, ip, rand_port, wait_port_listen
17 self.port = rand_port() if port is None else port
H A D__init__.py25 fd_read_timeout, ip, rand_port, wait_port_listen, wait_file
/linux/tools/testing/selftests/net/lib/py/
H A D__init__.py16 bpftool, ip, ethtool, bpftrace, rand_port, wait_port_listen, wait_file, tool
H A Dutils.py262 def rand_port(stype=socket.SOCK_STREAM): function
/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A D__init__.py25 fd_read_timeout, ip, rand_port, wait_port_listen, wait_file, tool