Home
last modified time | relevance | path

Searched refs:nm_b (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/tipc/
Dbcast.h110 struct tipc_node_map *nm_b) in tipc_nmap_equal() argument
112 return !memcmp(nm_a, nm_b, sizeof(*nm_a)); in tipc_nmap_equal()
Dbcast.c50 struct tipc_node_map *nm_b,
967 struct tipc_node_map *nm_b, in tipc_nmap_diff() argument
977 map = nm_a->map[w] ^ (nm_a->map[w] & nm_b->map[w]); in tipc_nmap_diff()