Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbonding.h433 static inline bool bond_is_active_slave(struct slave *slave) in bond_is_active_slave() function
441 bond_is_active_slave(slave); in bond_slave_can_tx()
451 active = bond_is_active_slave(slave); in bond_is_active_slave_dev()
/linux/drivers/net/bonding/
H A Dbond_3ad.c250 return bond_is_active_slave(port->slave); in __port_is_collecting_distributing()