Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dconfig.c42 static u32 config_port_ref; variable
479 NULL, &config_port_ref); in tipc_cfg_init()
485 res = tipc_nametbl_publish_rsv(config_port_ref, TIPC_ZONE_SCOPE, &seq); in tipc_cfg_init()
498 if (config_port_ref) { in tipc_cfg_stop()
499 tipc_deleteport(config_port_ref); in tipc_cfg_stop()
500 config_port_ref = 0; in tipc_cfg_stop()