Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h299 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()
317 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()
330 return mode != BOND_MODE_8023AD && mode != BOND_MODE_TLB && in bond_mode_uses_arp()
336 return mode == BOND_MODE_ACTIVEBACKUP || mode == BOND_MODE_TLB || in bond_mode_uses_primary()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_bonding.h72 #define BOND_MODE_TLB 5 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_bonding.h72 #define BOND_MODE_TLB 5 macro
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A 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)),
H A Dbond_alb.c1013 if (BOND_MODE(slave->bond) == BOND_MODE_TLB) { in alb_set_slave_mac_addr()
1747 if (BOND_MODE(bond) == BOND_MODE_TLB) { in bond_alb_handle_active_change()
H A Dbond_main.c272 [BOND_MODE_TLB] = "transmit load balancing", in bond_mode_name()
2000 case BOND_MODE_TLB: in bond_enslave()
2497 case BOND_MODE_TLB: in bond_miimon_link_change()
4694 case BOND_MODE_TLB: in bond_xmit_get_slave()
4728 case BOND_MODE_TLB: in __bond_start_xmit()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bonding.h72 #define BOND_MODE_TLB 5 macro