Searched refs:BOND_MODE_ROUNDROBIN (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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.12.1/include/uapi/linux/ |
D | if_bonding.h | 67 #define BOND_MODE_ROUNDROBIN 0 macro
|
/linux-6.12.1/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() 1374 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN)) { in bond_change_active_slave() 1724 case BOND_MODE_ROUNDROBIN: in bond_lag_tx_type() 4399 if (BOND_MODE(bond) == BOND_MODE_ROUNDROBIN && !bond->rr_tx_counter) { in bond_open() 5420 case BOND_MODE_ROUNDROBIN: in bond_xmit_get_slave() 5562 case BOND_MODE_ROUNDROBIN: in __bond_start_xmit() 5613 case BOND_MODE_ROUNDROBIN: in bond_xdp_get_xmit_slave() 6084 int bond_mode = BOND_MODE_ROUNDROBIN; in bond_check_params() [all …]
|
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.12.1/include/net/ |
D | bonding.h | 301 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
|