Home
last modified time | relevance | path

Searched full:connections (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/linux-6.12.1/net/netfilter/ipvs/
DKconfig13 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 …]
Dip_vs_ovf.c8 * 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
33 * connections exceed weight in ip_vs_ovf_schedule()
/linux-6.12.1/sound/aoa/fabrics/
Dlayout.c24 /* These are the connections the layout fabric
58 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 = topaz_input,
[all …]
/linux-6.12.1/Documentation/networking/
Dipvs-sysctl.rst35 Controls how ipvs will deal with connections that are detected
42 bit 1: enable rescheduling of new connections when it is safe.
47 bit 2: it is bit 1 plus, for TCP connections, when connections
57 connections handled by IPVS.
59 This should be enabled if connections handled by IPVS are to be
64 Connections handled by the IPVS FTP application module
105 memory for new connections. In the current code, the
160 detection) and add back the server later, and the connections
168 connections when its destination is not available.
178 subsequent otherwise persistent connections are sent to a
[all …]
Dnf_conntrack-sysctl.rst121 connections.
223 Control offload timeout for tcp connections.
224 TCP connections may be offloaded from nf conntrack to nf flow table.
230 Control offload timeout for udp connections.
231 UDP connections may be offloaded from nf conntrack to nf flow table.
Dip_dynaddr.rst7 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
Dtcp_ao.rst42 | | |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-6.12.1/net/netfilter/
Dxt_connlimit.c3 * 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()
160 MODULE_DESCRIPTION("Xtables: Number of connections matching");
DKconfig90 into connections.
129 connections. Typically they are copied to connections from
131 connections to packets with the same target, with the packets
143 connections using the same identity, as long as they are
204 tracking code will be able to do state tracking on DCCP connections.
218 tracking code will be able to do state tracking on SCTP connections.
229 connections.
252 Tracking FTP connections is problematic: special helpers are
345 - Blindly assumes that control connections are always established
357 data connections.
[all …]
Dnf_conncount.c3 * 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 */
138 /* check the saved connections */ in __nf_conncount_add()
171 * we do not care about connections which are in __nf_conncount_add()
208 /* check the saved connections */ in nf_conncount_add()
255 * we do not care about connections which are in nf_conncount_gc_list()
620 MODULE_DESCRIPTION("netfilter: count number of connections matching a key");
/linux-6.12.1/Documentation/admin-guide/blockdev/drbd/
Ddata-structure-v9.rst12 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-6.12.1/Documentation/devicetree/bindings/arm/
Darm,coresight-cti.yaml17 The CTI component properties define the connections between the individual
27 described in the bindings as the actual connections are software
30 In general the connections between CTI and components via the trigger signals
34 In this case the ARM v8 architecture defines the required signal connections
44 on the connections between the CTI and other components for correct operation.
47 configuration). These registers may be used to explore the trigger connections
133 A trigger connections child node which describes the trigger signals
251 # v8 architecturally defined CTI - CPU + ETM connections generated by the
265 # Implementation defined CTI - CPU + ETM connections explicitly defined..
312 # Implementation defined CTI - non CoreSight component connections.
Darm,embedded-trace-extension.yaml41 Output connections from the ETE to legacy CoreSight trace bus.
56 # An ETE node without legacy CoreSight connections
62 # An ETE node with legacy CoreSight connections
/linux-6.12.1/drivers/net/wan/
DKconfig12 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-6.12.1/arch/um/drivers/
Dport_kern.c27 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-6.12.1/include/uapi/linux/
Dip_vs.h168 /* 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-6.12.1/drivers/acpi/
Dmipi-disco-img.c18 * with CSI-2 connections.
54 struct list_head connections; member
60 struct list_head connections; member
104 list_add(&conn->entry, &crwd->connections); in parse_csi2_resource()
119 INIT_LIST_HEAD(&csi2->connections); in acpi_mipi_add_crs_csi2()
158 csi_csr2_release_connections(&csi2->connections); in acpi_mipi_del_crs_csi2()
173 .connections = LIST_HEAD_INIT(crwd.connections), in acpi_mipi_check_crs_csi2()
182 if (list_empty(&crwd.connections)) in acpi_mipi_check_crs_csi2()
191 csi_csr2_release_connections(&crwd.connections); in acpi_mipi_check_crs_csi2()
195 list_replace(&crwd.connections, &csi2->connections); in acpi_mipi_check_crs_csi2()
[all …]
/linux-6.12.1/Documentation/trace/coresight/
Dcoresight-ect.rst46 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-6.12.1/drivers/usb/serial/
Dvisor.h105 } 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-6.12.1/drivers/greybus/
Dcore.c235 * Catch buggy drivers that fail to destroy their connections. in greybus_probe()
237 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe()
267 * Disable (non-offloaded) connections early in case the interface is in greybus_remove()
271 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove()
283 /* Catch buggy drivers that fail to destroy their connections. */ in greybus_remove()
284 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
/linux-6.12.1/net/netlabel/
Dnetlabel_unlabeled.h26 * incoming unlabeled connections.
45 * label for incoming unlabeled connections.
84 * label for incoming unlabeled connections.
102 * static label for incoming unlabeled connections.
/linux-6.12.1/net/ax25/
Dax25_ds_subr.c147 * 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-6.12.1/drivers/net/wireless/virtual/
DKconfig18 This option adds support for ethernet connections to appear as if they
19 are wifi connections through a special rtnetlink device.
/linux-6.12.1/drivers/infiniband/ulp/rtrs/
DREADME6 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-6.12.1/net/lapb/
DKconfig15 currently supports LAPB only over Ethernet connections. If you want
16 to use LAPB connections over Ethernet, say Y here and to "LAPB over

12345678910>>...29