Searched refs:BOND_MODE_TLB (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 24 #define BOND_MODE_TLB 5 macro
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 95 { "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)),
|
H A D | bond_main.c | 280 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name() 2139 case BOND_MODE_TLB: in bond_enslave() 2695 case BOND_MODE_TLB: in bond_miimon_link_change() 5064 * (c) (BOND_MODE_TLB || BOND_MODE_ALB) && tlb_dynamic_lb == 0 5310 case BOND_MODE_TLB: in bond_xmit_get_slave() 5444 case BOND_MODE_TLB: in __bond_start_xmit()
|
H A D | bond_alb.c | 1028 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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_bonding.h | 72 #define BOND_MODE_TLB 5 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_bonding.h | 72 #define BOND_MODE_TLB 5 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 37 #define BOND_MODE_TLB 5 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 37 #define BOND_MODE_TLB 5 macro
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 300 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb() 318 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash() 331 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp() 337 return mode == BOND_MODE_ACTIVEBACKUP || mode == BOND_MODE_TLB || in bond_mode_uses_primary()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 304 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()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 87 { "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)),
|
H A D | bond_main.c | 272 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name() 2012 case BOND_MODE_TLB: in bond_enslave() 2518 case BOND_MODE_TLB: in bond_miimon_link_change() 4490 * (c) (BOND_MODE_TLB || BOND_MODE_ALB) && tlb_dynamic_lb == 0 4719 case BOND_MODE_TLB: in bond_xmit_get_slave() 4753 case BOND_MODE_TLB: in __bond_start_xmit()
|
H A D | bond_alb.c | 1014 if (BOND_MODE(slave->bond) == BOND_MODE_TLB) { in alb_set_slave_mac_addr() 1748 if (BOND_MODE(bond) == BOND_MODE_TLB) { in bond_alb_handle_active_change()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 130 [BOND_MODE_TLB] = "balance-tlb",
|
Completed in 29 milliseconds