Home
last modified time | relevance | path

Searched refs:TIPC_NOT_RUNNING (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/tipc/
Dcore.c54 int tipc_mode = TIPC_NOT_RUNNING;
129 tipc_mode = TIPC_NOT_RUNNING; in tipc_core_stop()
149 if (tipc_mode != TIPC_NOT_RUNNING) in tipc_core_start()
Dcore.h141 #define TIPC_NOT_RUNNING 0 macro
Dconfig.c256 if (tipc_mode != TIPC_NOT_RUNNING) in cfg_set_max_ports()