Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbonding.h304 static inline bool bond_is_lb(const struct bonding *bond) in bond_should_override_tx_queue()
312 return BOND_MODE(bond) == BOND_MODE_8023AD || bond_is_lb(bond);
317 return (bond_is_lb(bond) && bond->params.tlb_dynamic_lb == 0);
570 if (!bond_is_lb(slave->bond)) in bond_set_slave_inactive_flags()
307 static inline bool bond_is_lb(const struct bonding *bond) bond_is_lb() function