Home
last modified time | relevance | path

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

/linux/include/net/
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()
/linux/drivers/net/bonding/
A Dbond_options.c90 { "balance-alb", BOND_MODE_ALB, 0},
245 BIT(BOND_MODE_ALB),
269 BIT(BOND_MODE_ALB),
348 BIT(BOND_MODE_ALB)),
372 BIT(BOND_MODE_ALB)),
414 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_TLB) | BIT(BOND_MODE_ALB)),
820 if (newval->value == BOND_MODE_ALB) in bond_option_mode_set()
A Dbond_debugfs.c25 if (BOND_MODE(bond) != BOND_MODE_ALB) in bond_debug_rlb_hash_show()
A Dbond_main.c276 [BOND_MODE_ALB] = "adaptive load balancing", in bond_mode_name()
279 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name()
1496 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match()
1551 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame()
2061 case BOND_MODE_ALB: in bond_enslave()
2607 case BOND_MODE_ALB: in bond_miimon_link_change()
3947 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()
4383 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address()
4942 case BOND_MODE_ALB: in bond_xmit_get_slave()
5071 case BOND_MODE_ALB: in __bond_start_xmit()
[all …]
/linux/include/uapi/linux/
A Dif_bonding.h73 #define BOND_MODE_ALB 6 /* TLB + RLB (receive load balancing) */ macro
/linux/tools/testing/selftests/bpf/prog_tests/
A Dxdp_bonding.c130 [BOND_MODE_ALB] = "balance-alb",

Completed in 23 milliseconds