Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dbonding.h276 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()
282 return (BOND_MODE(bond) == BOND_MODE_TLB) && in bond_is_nondyn_tlb()
295 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp()
301 return mode == BOND_MODE_ACTIVEBACKUP || mode == BOND_MODE_TLB || in bond_mode_uses_primary()
/linux-4.1.27/include/uapi/linux/
Dif_bonding.h71 #define BOND_MODE_TLB 5 macro
/linux-4.1.27/drivers/net/bonding/
Dbond_options.c81 { "balance-tlb", BOND_MODE_TLB, 0},
217 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
241 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
311 BIT(BOND_MODE_TLB) |
335 BIT(BOND_MODE_TLB) |
378 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB)),
Dbond_alb.c1006 if (BOND_MODE(slave->bond) == BOND_MODE_TLB) { in alb_set_slave_mac_addr()
1679 if (BOND_MODE(bond) == BOND_MODE_TLB) { in bond_alb_handle_active_change()
Dbond_main.c230 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name()
1613 case BOND_MODE_TLB: in bond_enslave()
3982 case BOND_MODE_TLB: in __bond_start_xmit()
4199 (bond_mode != BOND_MODE_TLB)) { in bond_check_params()