/Linux-v5.4/net/netfilter/ipvs/ |
D | Kconfig | 13 that will take care of intercepting incoming connections to a 53 reduce conflicts when there are hundreds of thousands of connections 62 not far less than the number of connections per second multiplying 64 virtual server gets 200 connections per second, the connection lasts 119 connections to different real servers in a round-robin manner. 128 connections to different real servers based on server weights 130 new connections first than those with less weights, and servers 131 with higher weights get more connections than those with less 132 weights and servers with equal weights get equal connections. 141 connections to the server with the least number of active [all …]
|
D | ip_vs_ovf.c | 8 * connections , will keep all conections to the node with the highest weight 9 * and overflow to the next node if the number of connections exceeds the node's 12 * active connections 33 * connections exceed weight in ip_vs_ovf_schedule()
|
/Linux-v5.4/sound/aoa/fabrics/ |
D | layout.c | 23 /* These are the connections the layout fabric 57 struct codec_connection *connections; member 277 .connections = onyx_connections_noheadphones, 281 .connections = topaz_input, 288 .connections = onyx_connections_reallineout, 295 .connections = topaz_input, 303 .connections = onyx_connections_noheadphones, 310 .connections = topaz_input, 318 .connections = onyx_connections_noheadphones, 322 .connections = topaz_input, [all …]
|
/Linux-v5.4/Documentation/networking/ |
D | ipvs-sysctl.txt | 28 Controls how ipvs will deal with connections that are detected 36 bit 1: enable rescheduling of new connections when it is safe. 41 bit 2: it is bit 1 plus, for TCP connections, when connections 51 connections handled by IPVS. 53 This should be enabled if connections handled by IPVS are to be 58 Connections handled by the IPVS FTP application module 99 memory for new connections. In the current code, the 134 detection) and add back the server later, and the connections 142 connections when its destination is not available. 152 subsequent otherwise persistent connections are sent to a [all …]
|
D | ip_dynaddr.txt | 3 This stuff allows diald ONESHOT connections to get established by 5 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 16 going up. So, the *same* (local AND masqueraded) connections requests that
|
D | eql.txt | 177 The general idea is to bring up and keep up as many SLIP connections 233 connections for use with the eql driver the weekend of Feb 25-26 '95 252 28800 and 14400 connections, but when the priorities on the links were 349 to bundle multiple SLIP connections into what appears to be a 359 of SLIP connections run between two Linux systems (1.1.84) using
|
/Linux-v5.4/Documentation/driver-api/ |
D | device_connection.rst | 2 Device connections 8 Devices often have connections to other devices that are outside of the direct 15 Device connections are generic descriptions of any type of connection between 18 Device connections alone do not create a dependency between the two devices. 27 Device connections should exist before device ``->probe`` callback is called for 28 either endpoint device in the description. If the connections are defined in 34 is needed if there are multiple connections between the two devices.
|
/Linux-v5.4/net/netfilter/ |
D | xt_connlimit.c | 3 * connections per IP address. 6 * only ignore TIME_WAIT or gone connections 39 unsigned int connections; in connlimit_mt() local 72 connections = nf_conncount_count(net, info->data, key, tuple_ptr, in connlimit_mt() 74 if (connections == 0) in connlimit_mt() 78 return (connections > info->limit) ^ !!(info->flags & XT_CONNLIMIT_INVERT); in connlimit_mt() 134 MODULE_DESCRIPTION("Xtables: Number of connections matching");
|
D | Kconfig | 66 into connections. 100 connections. Typically they are copied to connections from 102 connections to packets with the same target, with the packets 114 connections using the same identity, as long as they are 173 tracking code will be able to do state tracking on DCCP connections. 187 tracking code will be able to do state tracking on SCTP connections. 198 connections. 221 Tracking FTP connections is problematic: special helpers are 314 - Blindly assumes that control connections are always established 326 data connections. [all …]
|
D | nf_conncount.c | 3 * count the number of connections matching an arbitrary key. 11 * only ignore TIME_WAIT or gone connections 40 /* we will save the tuples of all connections we care about */ 135 /* check the saved connections */ in __nf_conncount_add() 168 * we do not care about connections which are in __nf_conncount_add() 203 /* check the saved connections */ in nf_conncount_add() 245 * we do not care about connections which are in nf_conncount_gc_list() 624 MODULE_DESCRIPTION("netfilter: count number of connections matching a key");
|
/Linux-v5.4/Documentation/admin-guide/blockdev/drbd/ |
D | data-structure-v9.rst | 12 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD 31 volume number. Likewise, peer_devices can be accessed from connections by 33 linked lists. There are back pointers from peer_devices to their connections a 34 devices, and from connections and devices to their resource. 41 devices and connections; their lifetime is determined by the lifetime of the
|
/Linux-v5.4/arch/um/drivers/ |
D | port_kern.c | 27 struct list_head connections; member 63 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 71 "There are currently no UML consoles waiting for port connections.\n" \ 197 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 238 conn = list_entry(port->connections.next, struct connection, in port_wait() 252 * connections until a good one is found. in port_wait()
|
/Linux-v5.4/include/uapi/linux/ |
D | ip_vs.h | 168 /* thresholds for active connections */ 178 __u32 conns; /* connections scheduled */ 236 __u32 activeconns; /* active connections */ 237 __u32 inactconns; /* inactive connections */ 238 __u32 persistconns; /* persistent connections */ 398 IPVS_DEST_ATTR_ACTIVE_CONNS, /* active connections */ 399 IPVS_DEST_ATTR_INACT_CONNS, /* inactive connections */ 400 IPVS_DEST_ATTR_PERSIST_CONNS, /* persistent connections */ 447 IPVS_STATS_ATTR_CONNS, /* connections scheduled */
|
/Linux-v5.4/drivers/net/wan/ |
D | Kconfig | 12 achievable with commonly used asynchronous modem connections. 120 Generic HDLC driver supporting raw HDLC over WAN connections. 129 over WAN connections. 139 Generic HDLC driver supporting Cisco HDLC over WAN connections. 147 Generic HDLC driver supporting Frame Relay over WAN connections. 155 Generic HDLC driver supporting PPP over WAN connections. 163 Generic HDLC driver supporting X.25 over WAN connections. 332 carry several logical point-to-point connections to other computers 348 How many logical point-to-point frame relay connections (the
|
/Linux-v5.4/drivers/usb/serial/ |
D | visor.h | 105 } connections[2]; member 129 * @num_ports: maximum number of functions/connections in use 132 * connections.end_point_info is non-zero. If value is 0, then 133 * connections.port contains the endpoint number, which is the same for in 142 * The maximum number of connections currently supported is 2 153 } connections[2]; member
|
/Linux-v5.4/Documentation/devicetree/bindings/ |
D | graph.txt | 7 control flow to devices, but there can be more complex connections between 11 phandle properties pointing to other nodes to describe connections that 18 type of the connections, they just map their existence. Specific properties 24 the connecting data buses. A single port with multiple connections can
|
/Linux-v5.4/drivers/greybus/ |
D | core.c | 205 * Catch buggy drivers that fail to destroy their connections. in greybus_probe() 207 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe() 237 * Disable (non-offloaded) connections early in case the interface is in greybus_remove() 241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove() 253 /* Catch buggy drivers that fail to destroy their connections. */ in greybus_remove() 254 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
|
D | bundle.c | 96 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_disable_all_connections() 104 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_enable_all_connections() 207 INIT_LIST_HEAD(&bundle->connections); in gb_bundle_create()
|
/Linux-v5.4/net/netlabel/ |
D | netlabel_unlabeled.h | 26 * incoming unlabeled connections. 45 * label for incoming unlabeled connections. 84 * label for incoming unlabeled connections. 102 * static label for incoming unlabeled connections.
|
/Linux-v5.4/net/ax25/ |
D | ax25_ds_subr.c | 147 * A nasty problem arises if we count the number of DAMA connections 148 * wrong, especially when connections on the device already existed 150 * mode. We thus flag the 'real' slave connections with 152 * connections exist.
|
/Linux-v5.4/net/bluetooth/ |
D | Kconfig | 70 Bluetooth connections via 802.11 (wifi) physical layer 114 Bluetooth Low Energy Secure Connections feature. 121 legacy SMP as well as the Secure Connections features.
|
/Linux-v5.4/net/lapb/ |
D | Kconfig | 15 currently supports LAPB only over Ethernet connections. If you want 16 to use LAPB connections over Ethernet, say Y here and to "LAPB over
|
/Linux-v5.4/net/rxrpc/ |
D | conn_client.c | 7 * Client connections need to be cached for a little while after they've made a 11 * Client connections can be in one of a number of cache states: 68 * of connections is below the reap threshold, we use the normal duration; if 87 * We use machine-unique IDs for our client connections. 248 * kill off connections that, say, have an ID more than about four in rxrpc_may_reuse_conn() 300 * connections to see if the connection we want to use already exists. in rxrpc_get_client_conn() 469 * limit on the number of live connections allowed at any one time, so we may 987 * Clean up a dead client connections. 1007 * Kill the longest-active client connections to make room for new ones. 1055 * Discard expired client connections from the idle list. Each conn in the [all …]
|
/Linux-v5.4/samples/bpf/ |
D | tcp_bufs_kern.c | 56 /* Set sndbuf and rcvbuf of active connections */ in bpf_bufs() 66 /* Set sndbuf and rcvbuf of passive connections */ in bpf_bufs()
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | qcom,apq8096.txt | 13 Definition: A list of the connections between audio components. 90 qcom,audio-routing: A list of the connections between audio components.
|