Home
last modified time | relevance | path

Searched refs:BOND_MODE_ALB (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_options.c96 { "balance-alb", BOND_MODE_ALB, 0},
264 BIT(BOND_MODE_ALB),
288 BIT(BOND_MODE_ALB),
297 BIT(BOND_MODE_ALB),
383 BIT(BOND_MODE_ALB)),
393 BIT(BOND_MODE_ALB)),
417 BIT(BOND_MODE_ALB)),
459 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)),
870 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.c281 [BOND_MODE_ALB] = "adaptive load balancing", in bond_mode_name()
284 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name()
1533 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match()
1588 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame()
2140 case BOND_MODE_ALB: in bond_enslave()
2696 case BOND_MODE_ALB: in bond_miimon_link_change()
4294 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()
4296 if (bond->params.tlb_dynamic_lb || BOND_MODE(bond) == BOND_MODE_ALB) in bond_open()
4746 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address()
5064 * (c) (BOND_MODE_TLB || BOND_MODE_ALB)
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_bonding.h25 #define BOND_MODE_ALB 6 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_bonding.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_bonding.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_bonding.h38 #define BOND_MODE_ALB 6 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_bonding.h38 #define BOND_MODE_ALB 6 macro
/kernel/linux/linux-5.10/include/net/
H A Dbonding.h301 BOND_MODE(bond) == BOND_MODE_ALB; in bond_is_lb()
319 BOND_MODE(bond) == BOND_MODE_ALB); in bond_mode_can_use_xmit_hash()
332 mode != BOND_MODE_ALB; in bond_mode_uses_arp()
338 mode == BOND_MODE_ALB; in bond_mode_uses_primary()
/kernel/linux/linux-6.6/include/net/
H A Dbonding.h305 BOND_MODE(bond) == BOND_MODE_ALB; in bond_is_lb()
323 BOND_MODE(bond) == BOND_MODE_ALB); in bond_mode_can_use_xmit_hash()
336 mode != BOND_MODE_ALB; in bond_mode_uses_arp()
342 mode == BOND_MODE_ALB; in bond_mode_uses_primary()
/kernel/linux/linux-5.10/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()
1467 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match()
1522 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame()
2013 case BOND_MODE_ALB: in bond_enslave()
2519 case BOND_MODE_ALB: in bond_miimon_link_change()
3779 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()
3781 if (bond->params.tlb_dynamic_lb || BOND_MODE(bond) == BOND_MODE_ALB) in bond_open()
4200 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address()
4490 * (c) (BOND_MODE_TLB || BOND_MODE_ALB)
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c131 [BOND_MODE_ALB] = "balance-alb",

Completed in 22 milliseconds