Home
last modified time | relevance | path

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

/net/tipc/
Dbcast.c102 struct tipc_node_map bcast_nodes; member
170 tipc_nmap_add(&bclink->bcast_nodes, addr); in tipc_bclink_add_node()
177 tipc_nmap_remove(&bclink->bcast_nodes, addr); in tipc_bclink_remove_node()
265 if (bclink->bcast_nodes.count) in tipc_bclink_acknowledge()
425 if (likely(bclink->bcast_nodes.count)) { in tipc_bclink_xmit()
659 bcbuf_set_acks(buf, bclink->bcast_nodes.count); in tipc_bcbearer_send()
664 if (WARN_ON(!bclink->bcast_nodes.count)) { in tipc_bcbearer_send()
671 bcbearer->remains = bclink->bcast_nodes; in tipc_bcbearer_send()