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

/linux-master/net/tipc/
H A Dbcast.c61 * @rc_ratio: dest count as percentage of cluster size where send method changes
62 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
73 int rc_ratio; member in struct:tipc_bc_base
101 bb->bc_threshold = 1 + (cluster_size * bb->rc_ratio / 100);
642 bb->rc_ratio = bc_ratio;
713 bb->rc_ratio = 10;
781 return bb->rc_ratio;

Completed in 206 milliseconds