Home
last modified time | relevance | path

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

/net/netfilter/ipvs/
DKconfig6 tristate "IP virtual server support"
11 virtual server based on cluster of two or more real servers. This
17 virtual server via NAT, virtual server via tunneling and virtual
18 server via direct routing. The several scheduling algorithms can
19 be used to choose which server the connection is directed to,
39 bool "IP virtual server debugging"
42 debugging the IP virtual server code. You can change the debug
61 table size yourself, according to your virtual server application.
64 connection in the table. For example, your virtual server gets 200
128 connections to different real servers based on server weights
[all …]
/net/qrtr/
Dns.c122 pkt.server.service = cpu_to_le32(srv->service); in service_announce_new()
123 pkt.server.instance = cpu_to_le32(srv->instance); in service_announce_new()
124 pkt.server.node = cpu_to_le32(srv->node); in service_announce_new()
125 pkt.server.port = cpu_to_le32(srv->port); in service_announce_new()
149 pkt.server.service = cpu_to_le32(srv->service); in service_announce_del()
150 pkt.server.instance = cpu_to_le32(srv->instance); in service_announce_del()
151 pkt.server.node = cpu_to_le32(srv->node); in service_announce_del()
152 pkt.server.port = cpu_to_le32(srv->port); in service_announce_del()
179 pkt.server.service = cpu_to_le32(srv->service); in lookup_notify()
180 pkt.server.instance = cpu_to_le32(srv->instance); in lookup_notify()
[all …]
Daf_qrtr.c519 qrtr_node_assign(node, le32_to_cpu(pkt->server.node)); in qrtr_endpoint_post()
/net/tipc/
Dtopsrv.c97 struct tipc_topsrv *server; member
126 struct tipc_topsrv *s = con->server; in tipc_conn_kref_release()
207 con->server = s; in tipc_conn_alloc()
232 struct tipc_net *tn = tipc_net(con->server->net); in tipc_conn_delete_sub()
251 struct tipc_topsrv *srv = con->server; in tipc_conn_send_to_sock()
354 if (!queue_work(con->server->send_wq, &con->swork)) in tipc_conn_write_space()
389 struct tipc_topsrv *srv = con->server; in tipc_conn_rcv_from_sock()
446 if (!queue_work(con->server->rcv_wq, &con->rwork)) in tipc_conn_data_ready()
/net/dccp/
Dfeat.c1108 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv() argument
1154 if (len > 1 && server) { in dccp_feat_change_recv()
1175 if (dccp_feat_reconcile(&entry->val, val, len, server, true)) { in dccp_feat_change_recv()
1188 WARN_ON(!server); in dccp_feat_change_recv()
1190 if (!dccp_feat_reconcile(&entry->val, &defval, 1, server, true)) in dccp_feat_change_recv()
1219 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv() argument
1281 if (dccp_feat_reconcile(&entry->val, plist, plen, server, 0) != *val) { in dccp_feat_confirm_recv()
1409 bool server = false; in dccp_feat_parse_options() local
1416 server = true; in dccp_feat_parse_options()
1423 val, len, server); in dccp_feat_parse_options()
[all …]
/net/ax25/
DKconfig57 networking. A DAMA server (called "master") accepts incoming traffic
61 configuration. Linux cannot yet act as a DAMA server. This option
72 networking. A DAMA server (called "master") accepts incoming traffic
76 configuration. Linux cannot yet act as a DAMA server. This option
/net/dns_resolver/
DKconfig13 DNS Resolver is used to query DNS server for information. Examples
/net/ipv4/netfilter/
DKconfig211 server. This allows to avoid conntrack and server resource usage
280 router/server/switch.
/net/sunrpc/
DKconfig73 This option allows the NFS client and server to use RDMA
/net/openvswitch/
DKconfig24 particularly important in multi-server virtualization deployments,
/net/ipv6/netfilter/
DKconfig224 server. This allows to avoid conntrack and server resource usage
/net/ipv4/
DKconfig130 If unsure, say Y. Note that if you want to use DHCP, a DHCP server
146 want to use BOOTP, a BOOTP server must be operating on your network.
158 here. Note that if you want to use RARP, a RARP server must be
291 server is really overloaded. If this happens frequently better turn
/net/
DKconfig160 box can transparently forward the traffic to a local server,
161 typically a caching proxy server.
/net/netfilter/
DKconfig270 of a server. DCC Sending is used anywhere you send files over IRC,
667 server. This allows to avoid conntrack and server resource usage
1181 load-balancing router/server/switch. Basically, this match returns
1231 connections to a server per client IP address (or address block).