Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_bonding.h72 #define BOND_MODE_TLB 5 macro
/Linux-v5.4/include/net/
Dbonding.h281 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()
299 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()
312 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp()
318 return mode == BOND_MODE_ACTIVEBACKUP || mode == BOND_MODE_TLB || in bond_mode_uses_primary()
/Linux-v5.4/drivers/net/bonding/
Dbond_options.c87 { "balance-tlb", BOND_MODE_TLB, 0},
235 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
259 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
329 BIT(BOND_MODE_TLB) |
353 BIT(BOND_MODE_TLB) |
396 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)),
Dbond_alb.c1010 if (BOND_MODE(slave->bond) == BOND_MODE_TLB) { in alb_set_slave_mac_addr()
1708 if (BOND_MODE(bond) == BOND_MODE_TLB) { in bond_alb_handle_active_change()
Dbond_main.c224 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name()
1682 case BOND_MODE_TLB: in bond_enslave()
2179 case BOND_MODE_TLB: in bond_miimon_link_change()
4168 case BOND_MODE_TLB: in __bond_start_xmit()