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

/linux-master/net/tipc/
H A Dbcast.c59 * @rcast_support: indicates if all peer nodes support replicast
71 bool rcast_support; member in struct:tipc_bc_base
93 tipc_bc_base(net)->rcast_support = supp;
224 if (!bb->rcast_support) {
612 if (!bb->rcast_support)
619 if (!bb->bcast_support || !bb->rcast_support)
636 if (!bb->bcast_support || !bb->rcast_support)
714 bb->rcast_support = true;
771 if (bb->bcast_support && bb->rcast_support)

Completed in 118 milliseconds