Home
last modified time | relevance | path

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

123456

/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.rst120 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 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 …]
/linux/net/netfilter/
H A Dxt_connlimit.c3 * connections per IP address.
6 * only ignore TIME_WAIT or gone connections
37 unsigned int connections; in connlimit_mt()
65 connections = nf_conncount_count_skb(net, skb, xt_family(par), info->data, key); in connlimit_mt()
66 if (connections == 0) in connlimit_mt()
70 return (connections > info->limit) ^ !!(info->flags & XT_CONNLIMIT_INVERT); in connlimit_mt()
152 MODULE_DESCRIPTION("Xtables: Number of connections matching"); in connlimit_mt_exit()
39 unsigned int connections; connlimit_mt() local
/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/tools/testing/selftests/bpf/prog_tests/
H A Dsock_iter_batch.c608 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/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/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.
/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()
/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 connections (e.g. TCP connections).
/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.h594 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 Ddrbd_state_change.h39 struct drbd_connection_state_change *connections; member
/linux/include/linux/greybus/
H A Dbundle.h32 struct list_head connections; member
/linux/drivers/isdn/
H A DKconfig12 data connections. If your computer is equipped with an ISDN
/linux/drivers/infiniband/
H A DKconfig35 to set up connections and directly access InfiniBand
75 uses for each device, when initiaing new connections.

123456