Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dbonding.h383 static inline bool bond_is_active_slave(struct slave *slave) in bond_is_active_slave() function
391 bond_is_active_slave(slave); in bond_slave_can_tx()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1683 bond_is_active_slave(new_slave) ? "an active" : "a backup", in bond_enslave()
1804 bond_is_active_slave(slave) ? "active" : "backup", in __bond_release_one()
1989 (bond_is_active_slave(slave) ? in bond_miimon_inspect()
2474 if (bond_is_active_slave(slave)) in bond_arp_rcv()
2662 if (!bond_is_active_slave(slave) && in bond_ab_arp_inspect()
2675 if (bond_is_active_slave(slave) && in bond_ab_arp_inspect()
Dbond_options.c1167 if (!bond_is_active_slave(slave)) { in bond_option_all_slaves_active_set()
Dbond_3ad.c213 return bond_is_active_slave(port->slave); in __port_is_enabled()