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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 155 milliseconds