Home
last modified time | relevance | path

Searched refs:server (Results 1 – 15 of 15) sorted by relevance

/net/netfilter/ipvs/
DKconfig5 tristate "IP virtual server support"
10 virtual server based on cluster of two or more real servers. This
16 virtual server via NAT, virtual server via tunneling and virtual
17 server via direct routing. The several scheduling algorithms can
18 be used to choose which server the connection is directed to,
38 bool "IP virtual server debugging"
41 debugging the IP virtual server code. You can change the debug
59 to your virtual server application. It is good to set the table size
62 virtual server gets 200 connections per second, the connection lasts
126 connections to different real servers based on server weights
[all …]
/net/irda/irnet/
Dirnet_irda.c832 irnet_connect_socket(irnet_socket * server, in irnet_connect_socket() argument
839 server, new); in irnet_connect_socket()
842 new->tsap = irttp_dup(server->tsap, new); in irnet_connect_socket()
861 irttp_listen(server->tsap); in irnet_connect_socket()
893 new->saddr, new->daddr, server->rname, 0); in irnet_connect_socket()
1340 irnet_socket * server = &irnet_server.s; in irnet_connect_indication() local
1343 DENTER(IRDA_TCB_TRACE, "(server=0x%p)\n", server); in irnet_connect_indication()
1349 new = irnet_find_socket(server); in irnet_connect_indication()
1355 irnet_disconnect_server(server, skb); in irnet_connect_indication()
1363 irnet_disconnect_server(server, skb); in irnet_connect_indication()
[all …]
/net/dccp/
Dfeat.c1098 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv() argument
1144 if (len > 1 && server) { in dccp_feat_change_recv()
1165 if (dccp_feat_reconcile(&entry->val, val, len, server, true)) { in dccp_feat_change_recv()
1178 WARN_ON(!server); in dccp_feat_change_recv()
1180 if (!dccp_feat_reconcile(&entry->val, &defval, 1, server, true)) in dccp_feat_change_recv()
1209 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv() argument
1271 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
1399 bool server = false; in dccp_feat_parse_options() local
1406 server = true; /* fall through */ in dccp_feat_parse_options()
1412 val, len, server); in dccp_feat_parse_options()
[all …]
/net/ax25/
DKconfig56 networking. A DAMA server (called "master") accepts incoming traffic
60 configuration. Linux cannot yet act as a DAMA server. This option
71 networking. A DAMA server (called "master") accepts incoming traffic
75 configuration. Linux cannot yet act as a DAMA server. This option
/net/ipx/
DKconfig21 To turn your Linux box into a fully featured NetWare file server and
39 (for example if your box is acting as a file server for different
/net/irda/
Diriap.c101 struct iriap_cb *server; in iriap_init() local
146 server = iriap_open(LSAP_IAS, IAS_SERVER, NULL, NULL); in iriap_init()
147 if (!server) { in iriap_init()
151 iriap_register_lsap(server, LSAP_IAS, IAS_SERVER); in iriap_init()
/net/dns_resolver/
DKconfig12 DNS Resolver is used to query DNS server for information. Examples
/net/openvswitch/
DKconfig13 particularly important in multi-server virtualization deployments,
/net/sunrpc/
DKconfig17 This option allows the NFS client and server to support
/net/rxrpc/
Dar-key.c189 rxrpc_free_krb5_principal(&rxk5->server); in rxrpc_rxk5_free()
456 ret = rxrpc_krb5_decode_principal(&rxk5->server, &xdr, &toklen); in rxrpc_instantiate_xdr_rxk5()
1063 princ = &token->k5->server; in rxrpc_read()
1163 princ = &token->k5->server; in rxrpc_read()
Dar-output.c35 bool server) in rxrpc_sendmsg_cmsg() argument
89 if (!server) in rxrpc_sendmsg_cmsg()
/net/ipv4/
DKconfig134 If unsure, say Y. Note that if you want to use DHCP, a DHCP server
150 want to use BOOTP, a BOOTP server must be operating on your network.
162 here. Note that if you want to use RARP, a RARP server must be
306 server is really overloaded. If this happens frequently better turn
/net/
DKconfig152 box can transparently forward the traffic to a local server,
153 typically a caching proxy server.
/net/ipv4/netfilter/
DKconfig240 router/server/switch.
/net/netfilter/
DKconfig223 of a server. DCC Sending is used anywhere you send files over IRC,
825 load-balancing router/server/switch. Basically, this match returns
874 connections to a server per client IP address (or address block).