Home
last modified time | relevance | path

Searched refs:reuseport (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dreuseaddr_ports_exhausted.c29 int reuseport[2]; member
54 int bind_port(struct __test_metadata *_metadata, int reuseaddr, int reuseport) in bind_port() argument
66 ret = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &reuseport, sizeof(int)); in bind_port()
90 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]); in TEST()
110 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]); in TEST()
114 if (opts->reuseport[0] && opts->reuseport[1]) { in TEST()
139 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]); in TEST()
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py141 def __init__(self, host, port, handler, logger, *, reuseport=False): argument
145 self.reuseport = reuseport
153 reuse_port=self.reuseport,
218 def __init__(self, host, port, handler, logger, *, reuseport=False): argument
223 self.reuseport = reuseport
234 reuse_port=self.reuseport,
273 def start_tcp_server(self, host, port, *, reuseport=False): argument
279 reuseport=reuseport,
285 def start_websocket_server(self, host, port, reuseport=False): argument
291 reuseport=reuseport,
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A D__init__.py29 reuseport=False, argument
65 s.start_websocket_server(url.hostname, url.port, reuseport=reuseport)
67 s.start_tcp_server(*a, reuseport=reuseport)
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashserv165 reuseport=args.reuseport,
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c219 int i, err, prog_fd, reuseport = 1, qlen = QLEN; in start_servers() local
234 SO_REUSEPORT, &reuseport, sizeof(reuseport)); in start_servers()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c81 socklen_t addrlen, int timeout_ms, bool reuseport) in __start_server() argument
95 if (reuseport && in __start_server()
/openbmc/linux/net/sunrpc/
H A Dclnt.c611 xprt->reuseport = 0; in rpc_create()
613 xprt->reuseport = 1; in rpc_create()
3066 unsigned char resvport, reuseport; in rpc_clnt_add_xprt() local
3078 reuseport = xprt->reuseport; in rpc_clnt_add_xprt()
3093 xprt->reuseport = reuseport; in rpc_clnt_add_xprt()
H A Dxprtsock.c1727 if (transport->srcport == 0 && transport->xprt.reuseport) in xs_set_srcport()
1811 if (transport->xprt.reuseport) in xs_bind()
1901 int protocol, bool reuseport) in xs_create_sock() argument
1915 if (reuseport) in xs_create_sock()
2225 if (!xprt->reuseport) { in xs_tcp_shutdown()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst51 For sk_{filter, skb, msg, reuseport} and lwt/seg6
/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h233 reuseport : 1; /* reuse port on reconnect */ member
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_nat.sh809 echo CLIENT | ip netns exec "$ns2" timeout 5 socat -u STDIN UDP4-LISTEN:1405,reuseport &
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.1.rst155 - ``bitbake-hashserv`` added ``reuseport`` parameter to enable SO_REUSEPORT,
/openbmc/linux/
H A DMAINTAINERS3819 BPF [NETWORKING] (struct_ops, reuseport)
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]