Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_main.c5218 int slaves_count, i; in bond_xmit_broadcast()
5225 slaves_count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_broadcast()
5226 for (i = 0; i < slaves_count; i++) { in bond_xmit_broadcast()
5216 int slaves_count, i; bond_xmit_broadcast() local