Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dbonding.h304 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()
322 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()
335 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp()
341 return mode == BOND_MODE_ACTIVEBACKUP || mode == BOND_MODE_TLB || in bond_mode_uses_primary()
/Linux-v6.6/drivers/net/bonding/
Dbond_options.c95 { "balance-tlb", BOND_MODE_TLB, 0},
263 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
287 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
296 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
382 BIT(BOND_MODE_TLB) |
392 BIT(BOND_MODE_TLB) |
416 BIT(BOND_MODE_TLB) |
459 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)),
Dbond_alb.c1027 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()
Dbond_main.c280 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name()
2131 case BOND_MODE_TLB: in bond_enslave()
2687 case BOND_MODE_TLB: in bond_miimon_link_change()
5302 case BOND_MODE_TLB: in bond_xmit_get_slave()
5436 case BOND_MODE_TLB: in __bond_start_xmit()
/Linux-v6.6/include/uapi/linux/
Dif_bonding.h72 #define BOND_MODE_TLB 5 macro
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c130 [BOND_MODE_TLB] = "balance-tlb",