Searched refs:tipc_max_clusters (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dzone.c73 for (c_num = 1; c_num <= tipc_max_clusters; c_num++) {
84 assert(c_num <= tipc_max_clusters);
93 for (c_num = 1; c_num <= tipc_max_clusters; c_num++) {
105 for (c_num = 1; c_num <= tipc_max_clusters; c_num++) {
130 for (c_num = 1; c_num <= tipc_max_clusters; c_num++) {
155 for (c_num = 1; c_num <= tipc_max_clusters; c_num++) {
H A Daddr.c69 if (c > tipc_max_clusters)
H A Dcore.c99 int tipc_max_clusters; variable
203 tipc_max_clusters = delimit(CONFIG_TIPC_CLUSTERS, 1, 1);
H A Dcore.h156 extern int tipc_max_clusters;
H A Dconfig.c469 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_clusters);

Completed in 55 milliseconds