Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/bonding/
H A Dbond_options.c98 { "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)),
890 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.c282 [BOND_MODE_ALB] = "adaptive load balancing", in bond_mode_name()
285 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name()
1655 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match()
1710 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame()
2262 case BOND_MODE_ALB: in bond_enslave()
2833 case BOND_MODE_ALB: in bond_miimon_link_change()
4431 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()
4883 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address()
5444 case BOND_MODE_ALB: in bond_xmit_get_slave()
5579 case BOND_MODE_ALB: in __bond_start_xmit()
[all …]
/linux-6.15/include/net/
H A Dbonding.h307 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-6.15/include/uapi/linux/
H A Dif_bonding.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c131 [BOND_MODE_ALB] = "balance-alb",