Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 157) sorted by relevance

1234567

/linux/sound/aoa/fabrics/
H A Dlayout.c58 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,
330 .connections = onyx_connections_noheadphones,
[all …]
/linux/net/netfilter/ipvs/
H A 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 …]
/linux/Documentation/admin-guide/blockdev/drbd/
H A 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/Documentation/networking/
H A 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
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
180 connections are allowed to quiescent destination servers.
[all …]
H A 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
H A 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.
H A Dproc_net_tcp.rst11 connections, and are implemented by tcp4_seq_show() in net/ipv4/tcp_ipv4.c
15 TCP connections. A typical entry of /proc/net/tcp would look like this (split
H A 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.
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,
365 TCP-AO connections may have many keys, which means that accepted connections
[all …]
H A Dsmc-sysctl.rst40 viability, after the last activity of connections on it. Value 0 means
70 Controls the max number of connections can be added to a SMC-R link group. The
/linux/net/netfilter/
H A Dxt_connlimit.c39 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()
/linux/arch/um/drivers/
H A Dport_kern.c27 struct list_head connections; member
65 list_add(&conn->list, &conn->port->connections); in pipe_interrupt()
199 .connections = LIST_HEAD_INIT(port->connections) }); in port_data()
240 conn = list_entry(port->connections.next, struct connection, in port_wait()
/linux/drivers/usb/serial/
H A Dvisor.h105 } connections[2]; member
153 } connections[2]; member
/linux/drivers/net/wireless/virtual/
H A DKconfig18 This option adds support for ethernet connections to appear as if they
19 are wifi connections through a special rtnetlink device.
/linux/drivers/net/wan/
H A 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/Documentation/trace/coresight/
H A 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.
H A Dcoresight.rst247 Each CoreSight component has a ``connections`` directory which will contain
257 linaro-developer:~# ls - l /sys/bus/coresight/devices/etm0/connections
264 linaro-developer:~# ls -l /sys/bus/coresight/devices/funnel2/connections
274 linaro-developer:~# ls -l /sys/bus/coresight/devices/funnel0/connections
283 linaro-developer:~# ls -l /sys/bus/coresight/devices/tmc_etf0/connections
291 linaro-developer:~# ls -l /sys/bus/coresight/devices/funnel4/connections
299 linaro-developer:~# ls -l /sys/bus/coresight/devices/replicator0/connections
307 linaro-developer:~# ls -l /sys/bus/coresight/devices/tmc_etr0/connections
316 Note: ``cti_sys0`` appears in two of the connections lists above.
320 Looking at this device we see 4 connections::
[all …]
/linux/net/lapb/
H A 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
/linux/drivers/greybus/
H A Dbundle.c96 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()
H A Dcore.c237 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe()
271 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove()
284 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
H A Dconnection.c27 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()
202 list_add(&connection->hd_links, &hd->connections); in _gb_connection_create()
205 list_add(&connection->bundle_links, &bundle->connections); in _gb_connection_create()
/linux/drivers/infiniband/ulp/rtrs/
H A 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/drivers/block/drbd/
H A Ddrbd_int.h590 struct list_head connections; member
616 struct list_head connections; member
963 list_for_each_entry(connection, &resource->connections, connections)
966 list_for_each_entry_rcu(connection, &resource->connections, connections)
969 list_for_each_entry_safe(connection, tmp, &resource->connections, connections)
2245 return list_first_entry_or_null(&resource->connections, in first_connection()
2246 struct drbd_connection, connections); in first_connection()
H A Ddrbd_state_change.h39 struct drbd_connection_state_change *connections; member
/linux/tools/hv/
H A Dhv_set_ifconfig.sh88 sed '/\[connection\]/a autoconnect=true' $2 > /etc/NetworkManager/system-connections/${filename}
/linux/net/kcm/
H A DKconfig11 protocol over kernel connectons (e.g. TCP connections).

1234567