Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_bonding.h25 #define BOND_MODE_ALB 6 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_bonding.h38 #define BOND_MODE_ALB 6 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_bonding.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro
/kernel/linux/linux-5.10/include/net/
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()
/kernel/linux/linux-5.10/drivers/net/bonding/
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()
Dbond_debugfs.c25 if (BOND_MODE(bond) != BOND_MODE_ALB) in bond_debug_rlb_hash_show()
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()
1456 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match()
1511 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame()
2002 case BOND_MODE_ALB: in bond_enslave()
2501 case BOND_MODE_ALB: in bond_miimon_link_change()
3755 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()
3757 if (bond->params.tlb_dynamic_lb || BOND_MODE(bond) == BOND_MODE_ALB) in bond_open()
4159 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address()
4675 case BOND_MODE_ALB: in bond_xmit_get_slave()
[all …]