Searched refs:tipc_node_map (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | bcast.h | 79 struct tipc_node_map remains; 80 struct tipc_node_map remains_new; 99 struct tipc_node_map bcast_nodes; 109 static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, in tipc_nmap_equal() 110 struct tipc_node_map *nm_b) in tipc_nmap_equal() 128 void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr,
|
D | bcast.c | 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() [all …]
|
D | bearer.h | 69 struct tipc_node_map { struct 166 struct tipc_node_map nodes;
|