Searched refs:tipc_node_map (Results 1 – 3 of 3) sorted by relevance
/net/tipc/ |
D | bcast.h | 49 struct tipc_node_map { struct 76 static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, in tipc_nmap_equal() 77 struct tipc_node_map *nm_b) in tipc_nmap_equal() 99 void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action);
|
D | bcast.c | 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() [all …]
|
D | bearer.h | 150 struct tipc_node_map nodes;
|