/openbmc/linux/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 29 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 D | serv.py | 141 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__.py | 29 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 D | bitbake-hashserv | 165 reuseport=args.reuseport,
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | migrate_reuseport.c | 219 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 D | network_helpers.c | 81 socklen_t addrlen, int timeout_ms, bool reuseport) in __start_server() argument 95 if (reuseport && in __start_server()
|
/openbmc/linux/net/sunrpc/ |
H A D | clnt.c | 611 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 D | xprtsock.c | 1727 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 D | bpftool-net.rst | 51 For sk_{filter, skb, msg, reuseport} and lwt/seg6
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | xprt.h | 233 reuseport : 1; /* reuse port on reconnect */ member
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_nat.sh | 809 echo CLIENT | ip netns exec "$ns2" timeout 5 socat -u STDIN UDP4-LISTEN:1405,reuseport &
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.1.rst | 155 - ``bitbake-hashserv`` added ``reuseport`` parameter to enable SO_REUSEPORT,
|
/openbmc/linux/ |
H A D | MAINTAINERS | 3819 BPF [NETWORKING] (struct_ops, reuseport)
|
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |