Searched refs:BOND_MODE_ROUNDROBIN (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A 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.15/include/uapi/linux/ |
| H A D | if_bonding.h | 67 #define BOND_MODE_ROUNDROBIN 0 macro
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 276 [BOND_MODE_ROUNDROBIN] = "load balancing (round-robin)", in bond_mode_name() 285 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name() 329 case BOND_MODE_ROUNDROBIN: in bond_xdp_check() 1370 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN)) { in bond_change_active_slave() 1729 case BOND_MODE_ROUNDROBIN: in bond_lag_tx_type() 4407 if (BOND_MODE(bond) == BOND_MODE_ROUNDROBIN && !bond->rr_tx_counter) { in bond_open() 5428 case BOND_MODE_ROUNDROBIN: in bond_xmit_get_slave() 5570 case BOND_MODE_ROUNDROBIN: in __bond_start_xmit() 5621 case BOND_MODE_ROUNDROBIN: in bond_xdp_get_xmit_slave() 6096 int bond_mode = BOND_MODE_ROUNDROBIN; in bond_check_params() [all …]
|
| H A D | bond_options.c | 92 { "balance-rr", BOND_MODE_ROUNDROBIN, BOND_VALFLAG_DEFAULT}, 256 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_ROUNDROBIN)),
|
| /linux-6.15/include/net/ |
| H A D | bonding.h | 301 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
|