Searched refs:BOND_MODE_ALB (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/bonding/ |
H A D | bond_options.c | 98 { "balance-alb", BOND_MODE_ALB, 0}, 272 BIT(BOND_MODE_ALB), 296 BIT(BOND_MODE_ALB), 305 BIT(BOND_MODE_ALB), 391 BIT(BOND_MODE_ALB)), 401 BIT(BOND_MODE_ALB)), 425 BIT(BOND_MODE_ALB)), 467 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)), 887 if (newval->value == BOND_MODE_ALB) in bond_option_mode_set()
|
H A D | bond_debugfs.c | 25 if (BOND_MODE(bond) != BOND_MODE_ALB) in bond_debug_rlb_hash_show()
|
H A D | bond_main.c | 281 [BOND_MODE_ALB] = "adaptive load balancing", in bond_mode_name() 284 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name() 1659 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match() 1714 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame() 2266 case BOND_MODE_ALB: in bond_enslave() 2834 case BOND_MODE_ALB: in bond_miimon_link_change() 4432 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open() 4434 if (bond->params.tlb_dynamic_lb || BOND_MODE(bond) == BOND_MODE_ALB) in bond_open() 4884 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address() 5445 case BOND_MODE_ALB: in bond_xmit_get_slave() [all …]
|
/linux/include/net/ |
H A D | bonding.h | 307 BOND_MODE(bond) == BOND_MODE_ALB; in bond_is_lb() 325 BOND_MODE(bond) == BOND_MODE_ALB); in bond_mode_can_use_xmit_hash() 338 mode != BOND_MODE_ALB; in bond_mode_uses_arp() 344 mode == BOND_MODE_ALB; in bond_mode_uses_primary()
|
/linux/include/uapi/linux/ |
H A D | if_bonding.h | 73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 131 [BOND_MODE_ALB] = "balance-alb",
|