Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dnode.c51 static u32 tipc_num_nodes; variable
130 tipc_num_nodes++; in tipc_node_create()
142 tipc_num_nodes--; in tipc_node_delete()
359 if (!tipc_num_nodes) { in tipc_node_get_nodes()
366 payload_size = TLV_SPACE(sizeof(node_info)) * tipc_num_nodes; in tipc_node_get_nodes()