Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dbonding.h300 BOND_MODE(bond) == BOND_MODE_ALB; in bond_is_lb()
318 BOND_MODE(bond) == BOND_MODE_ALB); in bond_mode_can_use_xmit_hash()
331 mode != BOND_MODE_ALB; in bond_mode_uses_arp()
337 mode == BOND_MODE_ALB; in bond_mode_uses_primary()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_options.c88 { "balance-alb", BOND_MODE_ALB, 0},
236 BIT(BOND_MODE_ALB),
260 BIT(BOND_MODE_ALB),
330 BIT(BOND_MODE_ALB)),
354 BIT(BOND_MODE_ALB)),
396 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)),
780 if (newval->value == BOND_MODE_ALB) in bond_option_mode_set()
H A Dbond_debugfs.c25 if (BOND_MODE(bond) != BOND_MODE_ALB) in bond_debug_rlb_hash_show()
H A Dbond_main.c273 [BOND_MODE_ALB] = "adaptive load balancing", in bond_mode_name()
276 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name()
1455 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match()
1510 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame()
2001 case BOND_MODE_ALB: in bond_enslave()
2498 case BOND_MODE_ALB: in bond_miimon_link_change()
3754 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()
3756 if (bond->params.tlb_dynamic_lb || BOND_MODE(bond) == BOND_MODE_ALB) in bond_open()
4175 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address()
4691 case BOND_MODE_ALB: in bond_xmit_get_slave()
[all …]
/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.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ 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.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bonding.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro