Searched refs:BOND_MODE_TLB (Results 1 – 6 of 6) sorted by relevance
309 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()327 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()340 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp()346 return mode == BOND_MODE_ACTIVEBACKUP || mode == BOND_MODE_TLB || in bond_mode_uses_primary()
72 #define BOND_MODE_TLB 5 macro
102 { "balance-tlb", BOND_MODE_TLB, 0},282 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |306 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |315 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |401 BIT(BOND_MODE_TLB) |411 BIT(BOND_MODE_TLB) |435 BIT(BOND_MODE_TLB) |478 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)),
1028 if (BOND_MODE(slave->bond) == BOND_MODE_TLB) { in alb_set_slave_mac_addr()1754 if (BOND_MODE(bond) == BOND_MODE_TLB) { in bond_alb_handle_active_change()
282 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name()2189 case BOND_MODE_TLB: in bond_enslave()2764 case BOND_MODE_TLB: in bond_miimon_link_change()5433 case BOND_MODE_TLB: in bond_xmit_get_slave()5570 case BOND_MODE_TLB: in __bond_start_xmit()
130 [BOND_MODE_TLB] = "balance-tlb",