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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Daddr.c71 if (z > tipc_max_zones)
H A Dnet.c136 for (z_num = 1; z_num <= tipc_max_zones; z_num++) {
147 for (z_num = 1; z_num <= tipc_max_zones; z_num++) {
156 tipc_net.zones = kcalloc(tipc_max_zones + 1, sizeof(struct _zone *), GFP_ATOMIC);
170 for (z_num = 1; z_num <= tipc_max_zones; z_num++) {
H A Dcore.c98 int tipc_max_zones; variable
202 tipc_max_zones = delimit(CONFIG_TIPC_ZONES, 1, 255);
H A Dconfig.c265 if (value == tipc_max_zones)
273 tipc_max_zones = value;
466 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_zones);
H A Dcore.h155 extern int tipc_max_zones;

Completed in 29 milliseconds