Lines Matching refs:tipc_node_map
49 static void tipc_nmap_diff(struct tipc_node_map *nm_a,
50 struct tipc_node_map *nm_b,
51 struct tipc_node_map *nm_diff);
52 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node);
53 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node);
663 void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr, in tipc_bcbearer_sort()
933 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_add()
948 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_remove()
966 static void tipc_nmap_diff(struct tipc_node_map *nm_a, in tipc_nmap_diff()
967 struct tipc_node_map *nm_b, in tipc_nmap_diff()
968 struct tipc_node_map *nm_diff) in tipc_nmap_diff()