Searched refs:BOND_MODE_ROUNDROBIN (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_bonding.c | 125 [BOND_MODE_ROUNDROBIN] = "balance-rr", 285 case BOND_MODE_ROUNDROBIN: in test_xdp_bonding_with_mode() 337 if (bonding_setup(skeletons, BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, in test_xdp_bonding_redirect_multi() 365 if (send_udp_packets(BOND_MODE_ROUNDROBIN)) in test_xdp_bonding_redirect_multi() 628 { "xdp_bonding_roundrobin", BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, },
|
/linux-6.6.21/include/uapi/linux/ |
D | if_bonding.h | 67 #define BOND_MODE_ROUNDROBIN 0 macro
|
/linux-6.6.21/drivers/net/bonding/ |
D | bond_main.c | 275 [BOND_MODE_ROUNDROBIN] = "load balancing (round-robin)", in bond_mode_name() 284 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name() 328 case BOND_MODE_ROUNDROBIN: in bond_xdp_check() 1257 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN)) { in bond_change_active_slave() 1607 case BOND_MODE_ROUNDROBIN: in bond_lag_tx_type() 4270 if (BOND_MODE(bond) == BOND_MODE_ROUNDROBIN && !bond->rr_tx_counter) { in bond_open() 5291 case BOND_MODE_ROUNDROBIN: in bond_xmit_get_slave() 5433 case BOND_MODE_ROUNDROBIN: in __bond_start_xmit() 5484 case BOND_MODE_ROUNDROBIN: in bond_xdp_get_xmit_slave() 5976 int bond_mode = BOND_MODE_ROUNDROBIN; in bond_check_params() [all …]
|
D | bond_options.c | 90 { "balance-rr", BOND_MODE_ROUNDROBIN, BOND_VALFLAG_DEFAULT}, 248 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_ROUNDROBIN)),
|
/linux-6.6.21/include/net/ |
D | bonding.h | 299 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
|