Searched refs:tipc_mode (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dcore.c88 int tipc_mode = TIPC_NOT_RUNNING; variable
111 return tipc_mode;
145 if (tipc_mode != TIPC_NODE_MODE)
148 tipc_mode = TIPC_NOT_RUNNING;
168 if (tipc_mode != TIPC_NOT_RUNNING)
172 tipc_mode = TIPC_NODE_MODE;
H A Dnet.c266 if (tipc_mode != TIPC_NODE_MODE)
269 tipc_mode = TIPC_NET_MODE;
291 if (tipc_mode != TIPC_NET_MODE)
295 tipc_mode = TIPC_NODE_MODE;
H A Duser_reg.c112 cb(arg, tipc_mode, tipc_own_addr);
164 if ((tipc_mode == TIPC_NOT_RUNNING) && !cb)
185 if (cb && (tipc_mode != TIPC_NOT_RUNNING))
236 if ((tipc_mode == TIPC_NOT_RUNNING) || !users )
H A Dconfig.c176 if (tipc_mode == TIPC_NET_MODE)
251 if (tipc_mode != TIPC_NOT_RUNNING)
270 if (tipc_mode == TIPC_NET_MODE)
302 if (tipc_mode == TIPC_NET_MODE)
334 if (tipc_mode == TIPC_NET_MODE)
H A Dcore.h169 extern int tipc_mode;
H A Dbearer.c289 if (tipc_mode != TIPC_NET_MODE)
484 if (tipc_mode != TIPC_NET_MODE) {
H A Dcluster.c543 if (tipc_mode == TIPC_NET_MODE) {
H A Dnode.c624 if (tipc_mode != TIPC_NET_MODE)

Completed in 96 milliseconds