| /linux/net/netfilter/ipvs/ |
| H A D | Kconfig | 13 that will take care of intercepting incoming connections to a 53 reduce conflicts when there are hundreds of thousands of connections 63 connections per second multiplying average lasting time of 65 connections per second, the connection lasts for 200 seconds in 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 …]
|
| H A D | ip_vs_ovf.c | 8 * connections , will keep all connections 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 32 * connections exceed weight in ip_vs_ovf_schedule()
|
| /linux/sound/aoa/fabrics/ |
| H A D | layout.c | 24 /* These are the connections the layout fabric 58 const struct codec_connection *connections; member 278 .connections = onyx_connections_noheadphones, 282 .connections = topaz_input, 289 .connections = onyx_connections_reallineout, 296 .connections = topaz_input, 304 .connections = onyx_connections_noheadphones, 311 .connections = topaz_input, 319 .connections = onyx_connections_noheadphones, 323 .connections [all...] |
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A 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/drivers/net/wan/ |
| H A D | Kconfig | 12 achievable with commonly used asynchronous modem connections. 48 Generic HDLC driver supporting raw HDLC over WAN connections. 57 over WAN connections. 67 Generic HDLC driver supporting Cisco HDLC over WAN connections. 75 Generic HDLC driver supporting Frame Relay over WAN connections. 83 Generic HDLC driver supporting PPP over WAN connections. 91 Generic HDLC driver supporting X.25 over WAN connections.
|
| /linux/arch/um/drivers/ |
| H A D | port_kern.c | 27 struct list_head connections; member 65 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 73 "There are currently no UML consoles waiting for port connections.\n" \ 199 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 240 conn = list_entry(port->connections.next, struct connection, in port_wait() 254 * connections until a good one is found. in port_wait()
|
| /linux/include/uapi/linux/ |
| H A 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/drivers/acpi/ |
| H A D | mipi-disco-img.c | 18 * with CSI-2 connections. 54 struct list_head connections; member 60 struct list_head connections; member 103 list_add(&conn->entry, &crwd->connections); in parse_csi2_resource() 118 INIT_LIST_HEAD(&csi2->connections); in acpi_mipi_add_crs_csi2() 157 csi_csr2_release_connections(&csi2->connections); in acpi_mipi_del_crs_csi2() 172 .connections = LIST_HEAD_INIT(crwd.connections), in acpi_mipi_check_crs_csi2() 181 if (list_empty(&crwd.connections)) in acpi_mipi_check_crs_csi2() 190 csi_csr2_release_connections(&crwd.connections); in acpi_mipi_check_crs_csi2() 194 list_replace(&crwd.connections, &csi2->connections); in acpi_mipi_check_crs_csi2() [all …]
|
| /linux/Documentation/networking/ |
| H A D | nf_conntrack-sysctl.rst | 120 connections. 222 Control offload timeout for tcp connections. 223 TCP connections may be offloaded from nf conntrack to nf flow table. 229 Control offload timeout for udp connections. 230 UDP connections may be offloaded from nf conntrack to nf flow table.
|
| H A D | ip_dynaddr.rst | 7 This stuff allows diald ONESHOT connections to get established by 9 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 21 going up. So, the *same* (local AND masqueraded) connections requests that
|
| H A D | tcp_ao.rst | 42 | | |established connections| 78 instantiated) and so changes would affect only new connections. 125 NOTE: this presumes that connections that do not match any MKT 132 of this configuration SHOULD be to silently accept such connections. 134 connections, or the connection can indicate that TCP-AO is required. 140 Connections not matching any MKT do not require TCP-AO. Further, incoming 148 (i.e. that a key on all connections MUST be rotated at the same time?) 209 TCP MD5-protected connections cannot be migrated to TCP-AO because TCP MD5 219 what the RFC means. Also, there's a requirement for TCP-AO connections to 318 To repair TCP-AO connections ``setsockopt(TCP_AO_REPAIR)`` is available, [all …]
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-ect.rst | 46 The hardware trigger connections between CTIs and devices is implementation 48 the connections have an architecturally defined standard layout. 76 connections subsystem triggers0 triggers1 uevent 84 * ``nr_trigger_cons`` : total connections - triggers<N> directories. 92 * ``connections``: Links to connected *CoreSight* devices. The number of 101 CoreSight and non-CoreSight connections. 195 channel / trigger connections using the appropriate sysfs attributes.
|
| /linux/drivers/usb/serial/ |
| H A 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/net/netlabel/ |
| H A 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/net/netfilter/ |
| H A D | nf_conncount.c | 3 * count the number of connections matching an arbitrary key. 11 * only ignore TIME_WAIT or gone connections 41 /* we will save the tuples of all connections we care about */ 182 /* local connections are confirmed in postrouting so confirmation in __nf_conncount_add() 201 /* check the saved connections */ in __nf_conncount_add() 234 * we do not care about connections which are in __nf_conncount_add() 280 /* check the saved connections */ in nf_conncount_add_skb() 324 * we do not care about connections which are in __nf_conncount_gc_list() 718 MODULE_DESCRIPTION("netfilter: count number of connections matching a key");
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | README | 6 which provides support to establish optimal number of connections 32 Each path consists of as many connections (QPs) as there are cpus on 66 1. Client starts establishing connections belonging to a path of a session one 71 version and magic for compatibility, total number of connections per session 84 3. After all connections of a path are established client sends to server the 108 *after all connections are established:
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | Kconfig | 18 This option adds support for ethernet connections to appear as if they 19 are wifi connections through a special rtnetlink device.
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | allwinner,sun4i-a10-display-engine.yaml | 21 For all connections between components up to the TCONs in the 36 represent the connections between the components, while the numbers 39 The same rule also applies to DE 2.0 mixer-TCON connections:
|
| /linux/net/lapb/ |
| H A 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/net/rxrpc/ |
| H A D | conn_client.c | 7 * Client connections need to be cached for a little while after they've made a 20 * of connections is below the reap threshold, we use the normal duration; if 225 * kill off connections that, say, have an ID more than about four in rxrpc_may_reuse_conn() 369 * Add a connection to a bundle if there are no usable connections or we have 370 * connections waiting for extra capacity. 380 /* See if there are any usable connections. */ in rxrpc_bundle_has_space() 740 * Discard expired client connections from the idle list. Each conn in the 766 /* If the number of connections is over the reap limit, we in rxrpc_discard_expired_client_conns() 811 * Clean up the client connections on a local endpoint.
|
| /linux/include/linux/ |
| H A D | coresight.h | 103 * @nr_inconns: Number of elements for the input connections. 104 * @nr_outconns: Number of elements for the output connections. 105 * @out_conns: Array of nr_outconns pointers to connections from this 107 * @in_conns: Sparse array of pointers to input connections. Sparse 247 * @pdata: Platform data with device connections associated to this device. 263 * @orphan: true if the component has connections that haven't been linked. 273 * device. These will appear in the "connections" group. 274 * @has_conns_grp: Have added a "connections" group for sysfs links.
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_iter_batch.c | 608 int connections; member 714 .connections = nr_soreuse, 726 .connections = nr_soreuse, 738 .connections = nr_soreuse, 750 .connections = nr_soreuse, 765 .connections = init_batch_size, 811 if (tc->connections) { in do_resume_test() 814 tc->connections, fds, in do_resume_test() 840 established_fds, tc->connections*2, counts, tc->max_socks, in do_resume_test() 848 free_fds(established_fds, tc->connections*2); in do_resume_test()
|
| /linux/drivers/greybus/ |
| H A D | connection.c | 3 * Greybus connections 27 list_for_each_entry(connection, &hd->connections, hd_links) { in gb_connection_cport_in_use() 60 list_for_each_entry(connection, &hd->connections, hd_links) in gb_connection_hd_find() 124 * @intf: remote interface, or NULL for static connections 126 * @cport_id: remote-interface cport id, or 0 for static connections 202 list_add(&connection->hd_links, &hd->connections); in _gb_connection_create() 205 list_add(&connection->bundle_links, &bundle->connections); in _gb_connection_create()
|
| H A 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/Documentation/devicetree/bindings/fpga/ |
| H A D | fpga-region.yaml | 50 * The connections at the edge of each PRR are fixed. The image that is loaded 51 into a PRR must fit and must use a subset of the region's connections. 205 A persona must have boundary connections that line up with those of the partition 208 During programming, transactions through those connections must be stopped and 209 the connections must be held at a fixed logic level. This can be achieved by
|