Searched refs:connections (Results 1 – 20 of 20) sorted by relevance
/net/netfilter/ipvs/ |
D | Kconfig | 13 that will take care of intercepting incoming connections to a 52 reduce conflicts when there are hundreds of thousands of connections 61 not far less than the number of connections per second multiplying 63 virtual server gets 200 connections per second, the connection lasts 118 connections to different real servers in a round-robin manner. 127 connections to different real servers based on server weights 129 new connections first than those with less weights, and servers 130 with higher weights get more connections than those with less 131 weights and servers with equal weights get equal connections. 140 connections to the server with the least number of active [all …]
|
/net/netfilter/ |
D | xt_connlimit.c | 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()
|
D | Kconfig | 66 into connections. 100 connections. Typically they are copied to connections from 102 connections to packets with the same target, with the packets 114 connections using the same identity, as long as they are 172 tracking code will be able to do state tracking on DCCP connections. 186 tracking code will be able to do state tracking on SCTP connections. 197 connections. 220 Tracking FTP connections is problematic: special helpers are 313 - Blindly assumes that control connections are always established 325 data connections. [all …]
|
/net/lapb/ |
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
|
/net/kcm/ |
D | Kconfig | 11 protocol over kernel connectons (e.g. TCP connections).
|
/net/smc/ |
D | Kconfig | 8 AF_INET TCP connections transparently.
|
/net/mptcp/ |
D | Kconfig | 9 Multipath TCP (MPTCP) connections send and receive data over multiple
|
/net/unix/ |
D | Kconfig | 11 accessing network connections. Many commonly used programs such as
|
/net/dccp/ |
D | Kconfig | 11 protocol that implements bidirectional, unicast connections of
|
/net/ax25/ |
D | Kconfig | 103 connections in general and amateur radio AX.25 connections in
|
/net/x25/ |
D | Kconfig | 11 entry point can carry several logical point-to-point connections
|
/net/atm/ |
D | Kconfig | 56 subnetwork boundaries. These shortcut connections bypass routers
|
/net/l2tp/ |
D | Kconfig | 22 connections. L2TP is also used as a VPN protocol, popular
|
/net/bluetooth/ |
D | Kconfig | 69 Bluetooth connections via 802.11 (wifi) physical layer
|
/net/openvswitch/ |
D | conntrack.c | 1160 u32 per_zone_limit, connections; in ovs_ct_check_limit() local 1169 connections = nf_conncount_count(net, ct_limit_info->data, in ovs_ct_check_limit() 1171 if (connections > per_zone_limit) in ovs_ct_check_limit()
|
/net/bridge/netfilter/ |
D | Kconfig | 37 into connections. This is used to enhance packet filtering via
|
/net/ipv4/ |
D | Kconfig | 545 long-RTT, large-bandwidth connections, like when satellite legs are 547 terrestrial connections. 687 for all connections.
|
/net/ipv6/netfilter/ |
D | Kconfig | 219 The SYNPROXY target allows you to intercept TCP connections and
|
/net/ipv4/netfilter/ |
D | Kconfig | 203 The SYNPROXY target allows you to intercept TCP connections and
|
/net/sched/ |
D | Kconfig | 853 back onto ingress connections for qdisc priority mapping
|