Searched refs:cluster (Results 1 – 9 of 9) sorted by relevance
/net/tipc/ |
D | cluster.h | 54 struct cluster { struct 67 void tipc_cltr_remove_as_router(struct cluster *c_ptr, u32 router); argument 68 void tipc_cltr_send_ext_routes(struct cluster *c_ptr, u32 dest); 69 struct tipc_node *tipc_cltr_select_node(struct cluster *c_ptr, u32 selector); 70 u32 tipc_cltr_select_router(struct cluster *c_ptr, u32 ref); 72 struct cluster *tipc_cltr_create(u32 addr); 73 void tipc_cltr_delete(struct cluster *c_ptr); 74 void tipc_cltr_attach_node(struct cluster *c_ptr, struct tipc_node *n_ptr); 75 void tipc_cltr_send_slave_routes(struct cluster *c_ptr, u32 dest); 78 u32 tipc_cltr_next_node(struct cluster *c_ptr, u32 addr); [all …]
|
D | cluster.c | 47 static void tipc_cltr_multicast(struct cluster *c_ptr, struct sk_buff *buf, 55 struct cluster *tipc_cltr_create(u32 addr) in tipc_cltr_create() 58 struct cluster *c_ptr; in tipc_cltr_create() 100 void tipc_cltr_delete(struct cluster *c_ptr) in tipc_cltr_delete() 116 u32 tipc_cltr_next_node(struct cluster *c_ptr, u32 addr) in tipc_cltr_next_node() 136 void tipc_cltr_attach_node(struct cluster *c_ptr, struct tipc_node *n_ptr) in tipc_cltr_attach_node() 157 u32 tipc_cltr_select_router(struct cluster *c_ptr, u32 ref) in tipc_cltr_select_router() 199 struct tipc_node *tipc_cltr_select_node(struct cluster *c_ptr, u32 selector) in tipc_cltr_select_node() 246 void tipc_cltr_bcast_new_route(struct cluster *c_ptr, u32 dest, in tipc_cltr_bcast_new_route() 262 void tipc_cltr_bcast_lost_route(struct cluster *c_ptr, u32 dest, in tipc_cltr_bcast_lost_route() [all …]
|
D | Kconfig | 10 specially designed for intra cluster communication. This protocol 12 cluster applications for many years. 49 ***Only 1 (one cluster in a zone) is supported by current code. 60 int "Maximum number of nodes in cluster" 64 Maximum number of nodes inside a TIPC cluster. Maximum 71 int "Maximum number of slave nodes in cluster" 77 Maximum number of slave nodes inside a TIPC cluster. Maximum
|
D | zone.c | 79 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr) in tipc_zone_attach_cluster() 116 struct cluster *c_ptr; in tipc_zone_select_remote_node() 143 struct cluster *c_ptr; in tipc_zone_select_router() 167 struct cluster *c_ptr = tipc_cltr_find(addr); in tipc_zone_next_node()
|
D | zone.h | 53 struct cluster *clusters[2]; /* currently limited to just 1 cluster */ 63 void tipc_zone_attach_cluster(struct _zone *z_ptr, struct cluster *c_ptr);
|
D | node.h | 74 struct cluster *owner; 121 struct cluster *c_ptr = tipc_cltr_find(addr); in tipc_node_find()
|
D | Makefile | 7 tipc-y += addr.o bcast.o bearer.o config.o cluster.o \
|
D | node.c | 71 struct cluster *c_ptr; in tipc_node_create() 343 struct cluster *c_ptr; in node_established_contact() 389 struct cluster *c_ptr; in node_lost_contact()
|
/net/netfilter/ipvs/ |
D | Kconfig | 9 virtual server based on cluster of two or more real servers. This 151 destination IP load balancing. It is usually used in cache cluster. 166 usually used in cache cluster. It differs from the LBLC scheduling 171 it picks up a least-connection node in the cluster and adds it
|