Lines Matching refs:tipc_node_map
82 struct tipc_node_map remains;
83 struct tipc_node_map remains_new;
102 struct tipc_node_map bcast_nodes;
112 static void tipc_nmap_diff(struct tipc_node_map *nm_a,
113 struct tipc_node_map *nm_b,
114 struct tipc_node_map *nm_diff);
115 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node);
116 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node);
712 void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action) in tipc_bcbearer_sort()
883 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_add()
898 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_remove()
916 static void tipc_nmap_diff(struct tipc_node_map *nm_a, in tipc_nmap_diff()
917 struct tipc_node_map *nm_b, in tipc_nmap_diff()
918 struct tipc_node_map *nm_diff) in tipc_nmap_diff()