Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dnode.c49 static u32 tipc_num_nodes; variable
116 tipc_num_nodes++; in tipc_node_create()
128 tipc_num_nodes--; in tipc_node_delete()
393 if (!tipc_num_nodes) { in tipc_node_get_nodes()
400 payload_size = TLV_SPACE(sizeof(node_info)) * tipc_num_nodes; in tipc_node_get_nodes()