Searched refs:tipc_node_map (Results 1 – 3 of 3) sorted by relevance
49 struct tipc_node_map { struct74 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node); argument75 void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node);81 static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b) in tipc_nmap_equal()
82 struct tipc_node_map remains;83 struct tipc_node_map remains_new;99 struct tipc_node_map bcast_nodes;114 static void tipc_nmap_diff(struct tipc_node_map *nm_a,115 struct tipc_node_map *nm_b,116 struct tipc_node_map *nm_diff);821 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_add()837 void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_remove()856 static void tipc_nmap_diff(struct tipc_node_map *nm_a, in tipc_nmap_diff()857 struct tipc_node_map *nm_b, in tipc_nmap_diff()[all …]
152 struct tipc_node_map nodes;