Home
last modified time | relevance | path

Searched refs:tipc_node_map (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/tipc/
Dbcast.h49 struct tipc_node_map { struct
74 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node); argument
75 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()
Dbcast.c82 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 …]
Dbearer.h152 struct tipc_node_map nodes;