Searched refs:bcast_nodes (Results 1 – 2 of 2) sorted by relevance
101 tipc_nmap_add(&tn->bclink->bcast_nodes, addr); in tipc_bclink_add_node()110 tipc_nmap_remove(&tn->bclink->bcast_nodes, addr); in tipc_bclink_remove_node()214 if (tn->bclink->bcast_nodes.count) in tipc_bclink_acknowledge()367 if (likely(bclink->bcast_nodes.count)) { in tipc_bclink_xmit()610 bcbuf_set_acks(buf, bclink->bcast_nodes.count); in tipc_bcbearer_send()614 if (WARN_ON(!bclink->bcast_nodes.count)) { in tipc_bcbearer_send()621 bcbearer->remains = bclink->bcast_nodes; in tipc_bcbearer_send()
99 struct tipc_node_map bcast_nodes; member