Searched refs:nm_ptr (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | bcast.c | 52 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node); 53 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node); 663 void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr, in tipc_bcbearer_sort() argument 677 tipc_nmap_add(nm_ptr, node); in tipc_bcbearer_sort() 679 tipc_nmap_remove(nm_ptr, node); in tipc_bcbearer_sort() 933 static void tipc_nmap_add(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_add() argument 939 if ((nm_ptr->map[w] & mask) == 0) { in tipc_nmap_add() 940 nm_ptr->count++; in tipc_nmap_add() 941 nm_ptr->map[w] |= mask; in tipc_nmap_add() 948 static void tipc_nmap_remove(struct tipc_node_map *nm_ptr, u32 node) in tipc_nmap_remove() argument [all …]
|
D | bcast.h | 128 void tipc_bcbearer_sort(struct net *net, struct tipc_node_map *nm_ptr,
|