Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dbonding.h306 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()
324 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()
337 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp()
343 return mode == BOND_MODE_ACTIVEBACKUP || mode == BOND_MODE_TLB || in bond_mode_uses_primary()
/linux-6.15/include/uapi/linux/
H A Dif_bonding.h72 #define BOND_MODE_TLB 5 macro
/linux-6.15/drivers/net/bonding/
H A Dbond_options.c97 { "balance-tlb", BOND_MODE_TLB, 0},
271 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
295 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
304 .unsuppmodes = BIT(BOND_MODE_8023AD) | BIT(BOND_MODE_TLB) |
390 BIT(BOND_MODE_TLB) |
400 BIT(BOND_MODE_TLB) |
424 BIT(BOND_MODE_TLB) |
467 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)),
H A Dbond_alb.c1028 if (BOND_MODE(slave->bond) == BOND_MODE_TLB) { in alb_set_slave_mac_addr()
1755 if (BOND_MODE(bond) == BOND_MODE_TLB) { in bond_alb_handle_active_change()
H A Dbond_main.c281 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name()
2261 case BOND_MODE_TLB: in bond_enslave()
2832 case BOND_MODE_TLB: in bond_miimon_link_change()
5447 case BOND_MODE_TLB: in bond_xmit_get_slave()
5581 case BOND_MODE_TLB: in __bond_start_xmit()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c130 [BOND_MODE_TLB] = "balance-tlb",