Searched refs:nm_a (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbcast.h82 static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b) argument
84 return !memcmp(nm_a, nm_b, sizeof(*nm_a));
87 void tipc_nmap_diff(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b,
H A Dbcast.c860 * @nm_a: input node map A
865 void tipc_nmap_diff(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b, argument
868 int stop = ARRAY_SIZE(nm_a->map);
875 map = nm_a->map[w] ^ (nm_a->map[w] & nm_b->map[w]);

Completed in 108 milliseconds