Searched refs:tipc_node_map (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbcast.h44 * struct tipc_node_map - set of node identifiers
49 struct tipc_node_map { struct
75 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node);
76 void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node);
82 static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b)
87 void tipc_nmap_diff(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b,
88 struct tipc_node_map *nm_diff);
H A Dbearer.h107 struct tipc_node_map nodes;
H A Dcluster.h65 extern struct tipc_node_map tipc_cltr_bcast_nodes;
H A Dbcast.c99 struct tipc_node_map remains;
100 struct tipc_node_map remains_new;
830 void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node)
846 void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node)
865 void tipc_nmap_diff(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b,
866 struct tipc_node_map *nm_diff)
H A Dcluster.c52 struct tipc_node_map tipc_cltr_bcast_nodes = {0,{0,}};

Completed in 127 milliseconds