Searched refs:tipc_max_nodes (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Daddr.c63 u32 max_nodes = tipc_max_nodes;
H A Dcore.c100 int tipc_max_nodes; variable
204 tipc_max_nodes = delimit(CONFIG_TIPC_NODES, 8, 2047);
H A Dnode.c329 tipc_max_nodes);
336 tipc_cltr_bcast_new_route(c_ptr, n_ptr->addr, 1, tipc_max_nodes);
384 tipc_max_nodes);
390 tipc_max_nodes);
498 mask = tipc_max_nodes;
527 n_ptr->last_router = tipc_max_nodes / 32;
541 n_ptr->last_router = tipc_max_nodes / 32;
586 payload_size = TLV_SPACE(sizeof(node_info)) * (tipc_max_nodes - 1);
H A Dcluster.c71 max_nodes = tipc_max_nodes + 1;
139 u32 max_n_num = tipc_max_nodes;
169 mask = tipc_max_nodes;
202 u32 mask = tipc_max_nodes;
507 assert(((lower >= 1) && (lower <= tipc_max_nodes)) ||
509 assert(((upper >= 1) && (upper <= tipc_max_nodes)) ||
H A Dconfig.c297 if (value == tipc_max_nodes)
305 tipc_max_nodes = value;
472 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_nodes);
H A Dcore.h157 extern int tipc_max_nodes;

Completed in 82 milliseconds