Home
last modified time | relevance | path

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

/net/netfilter/ipvs/
DKconfig5 tristate "IP virtual server support"
9 virtual server based on cluster of two or more real servers. This
15 virtual server via NAT, virtual server via tunneling and virtual
16 server via direct routing. The several scheduling algorithms can
17 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
118 connections to different real servers based on server weights
[all …]
/net/irda/irnet/
Dirnet_irda.c831 irnet_connect_socket(irnet_socket * server, in irnet_connect_socket() argument
838 server, new); in irnet_connect_socket()
841 new->tsap = irttp_dup(server->tsap, new); in irnet_connect_socket()
860 irttp_listen(server->tsap); in irnet_connect_socket()
892 new->saddr, new->daddr, server->rname, 0); in irnet_connect_socket()
1341 irnet_socket * server = &irnet_server.s; in irnet_connect_indication() local
1344 DENTER(IRDA_TCB_TRACE, "(server=0x%p)\n", server); in irnet_connect_indication()
1350 new = irnet_find_socket(server); in irnet_connect_indication()
1356 irnet_disconnect_server(server, skb); in irnet_connect_indication()
1364 irnet_disconnect_server(server, skb); in irnet_connect_indication()
[all …]
/net/dccp/
Dfeat.c894 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv() argument
938 if (len > 1 && server) { in dccp_feat_change_recv()
959 if (dccp_feat_reconcile(&entry->val, val, len, server, true)) { in dccp_feat_change_recv()
972 WARN_ON(!server); in dccp_feat_change_recv()
974 if (!dccp_feat_reconcile(&entry->val, &defval, 1, server, true)) in dccp_feat_change_recv()
1003 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv() argument
1063 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
1095 bool server = false; in dccp_feat_parse_options() local
1102 server = true; /* fall through */ in dccp_feat_parse_options()
1108 val, len, server); in dccp_feat_parse_options()
[all …]
/net/sunrpc/
DKconfig12 This option allows the NFS client and server to support
29 This option enables support in the kernel RPC server for
34 Serving NFS over IPv6 from knfsd (the kernel's NFS server)
/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.c98 struct iriap_cb *server; in iriap_init() local
140 server = iriap_open(LSAP_IAS, IAS_SERVER, NULL, NULL); in iriap_init()
141 if (!server) { in iriap_init()
145 iriap_register_lsap(server, LSAP_IAS, IAS_SERVER); in iriap_init()
/net/rxrpc/
Dar-output.c33 bool server) in rxrpc_sendmsg_cmsg() argument
87 if (!server) in rxrpc_sendmsg_cmsg()
/net/
DKconfig115 box can transparently forward the traffic to a local server,
116 typically a caching proxy server.
/net/ipv4/
DKconfig161 If unsure, say Y. Note that if you want to use DHCP, a DHCP server
177 want to use BOOTP, a BOOTP server must be operating on your network.
189 here. Note that if you want to use RARP, a RARP server must be
317 server is really overloaded. If this happens frequently better turn
/net/ipv4/netfilter/
DKconfig306 router/server/switch.
/net/netfilter/
DKconfig188 of a server. DCC Sending is used anywhere you send files over IRC,
519 connections to a server per client IP address (or address block).