Searched refs:max_connections (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | socket.h | 78 unsigned max_connections; member
|
D | dbus-socket.c | 114 …Y("MaxConnections", "u", bus_property_get_unsigned, offsetof(Socket, max_connections), SD_BUS_VTAB… 240 … return bus_set_transient_unsigned(u, name, &s->max_connections, message, flags, error); in bus_socket_set_transient_property()
|
D | socket.c | 90 s->max_connections = 64; in socket_init() 407 if (s->accept && s->max_connections <= 0) in socket_verify() 637 prefix, s->max_connections, in socket_dump() 2351 if (s->n_connections >= s->max_connections) { in socket_enter_running()
|
D | load-fragment-gperf.gperf.in | 452 …signed, 0, offsetof(Socket, max_connections)
|