| /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/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 …]
|
| /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/acpi/ |
| H A D | mipi-disco-img.c | 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() 378 list_for_each_entry(conn, &csi2->connections, entry) in prepare_crs_csi2_swnodes() [all …]
|
| /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() 199 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 240 conn = list_entry(port->connections.next, struct connection, in port_wait()
|
| /linux/Documentation/networking/ |
| 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 | 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 | proc_net_tcp.rst | 11 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 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. 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 D | eql.rst | 154 The general idea is to bring up and keep up as many SLIP connections 193 connections for use with the eql driver the weekend of Feb 25-26 '95 213 28800 and 14400 connections, but when the priorities on the links were 253 to bundle multiple SLIP connections into what appears to be a 263 of SLIP connections run between two Linux systems (1.1.84) using
|
| /linux/drivers/usb/serial/ |
| H A D | visor.h | 105 } connections[2]; member 153 } connections[2]; member
|
| /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/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/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/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/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/drivers/greybus/ |
| 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()
|
| H A D | connection.c | 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() 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 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/block/drbd/ |
| H A D | drbd_int.h | 594 struct list_head connections; member 620 struct list_head connections; member 966 list_for_each_entry(connection, &resource->connections, connections) 969 list_for_each_entry_rcu(connection, &resource->connections, connections) 972 list_for_each_entry_safe(connection, tmp, &resource->connections, connections) 2218 return list_first_entry_or_null(&resource->connections, in first_connection() 2219 struct drbd_connection, connections); in first_connection()
|
| H A D | drbd_state_change.h | 39 struct drbd_connection_state_change *connections; member
|
| /linux/tools/hv/ |
| H A D | hv_set_ifconfig.sh | 88 sed '/\[connection\]/a autoconnect=true' $2 > /etc/NetworkManager/system-connections/${filename}
|
| /linux/net/kcm/ |
| H A D | Kconfig | 11 protocol over kernel connections (e.g. TCP connections).
|
| /linux/include/linux/greybus/ |
| H A D | bundle.h | 32 struct list_head connections; member
|
| /linux/drivers/infiniband/ |
| H A D | Kconfig | 35 to set up connections and directly access InfiniBand 75 uses for each device, when initiaing new connections.
|