Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dconfig.c42 static u32 config_port_ref; variable
475 NULL, &config_port_ref); in tipc_cfg_init()
481 res = tipc_publish(config_port_ref, TIPC_ZONE_SCOPE, &seq); in tipc_cfg_init()
494 if (config_port_ref) { in tipc_cfg_stop()
495 tipc_deleteport(config_port_ref); in tipc_cfg_stop()
496 config_port_ref = 0; in tipc_cfg_stop()