Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dbonding.h398 static inline bool bond_is_active_slave(struct slave *slave) in bond_is_active_slave() function
406 bond_is_active_slave(slave); in bond_slave_can_tx()
416 active = bond_is_active_slave(slave); in bond_is_active_slave_dev()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1350 info.tx_enabled = bond_is_active_slave(slave); in bond_lower_state_changed()
1774 bond_is_active_slave(new_slave) ? "an active" : "a backup", in bond_enslave()
1906 bond_is_active_slave(slave) ? "active" : "backup", in __bond_release_one()
2096 (bond_is_active_slave(slave) ? in bond_miimon_inspect()
2600 if (bond_is_active_slave(slave)) in bond_arp_rcv()
2793 if (!bond_is_active_slave(slave) && in bond_ab_arp_inspect()
2806 if (bond_is_active_slave(slave) && in bond_ab_arp_inspect()
Dbond_options.c1235 if (!bond_is_active_slave(slave)) { in bond_option_all_slaves_active_set()
Dbond_3ad.c222 return bond_is_active_slave(port->slave); in __port_is_enabled()