Searched refs:BOND_MODE_ROUNDROBIN (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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, },
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_bonding.h | 67 #define BOND_MODE_ROUNDROBIN 0 macro
|
/openbmc/linux/drivers/net/bonding/ |
H A 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() 1300 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN)) { in bond_change_active_slave() 1651 case BOND_MODE_ROUNDROBIN: in bond_lag_tx_type() 4324 if (BOND_MODE(bond) == BOND_MODE_ROUNDROBIN && !bond->rr_tx_counter) { in bond_open() 5345 case BOND_MODE_ROUNDROBIN: in bond_xmit_get_slave() 5487 case BOND_MODE_ROUNDROBIN: in __bond_start_xmit() 5538 case BOND_MODE_ROUNDROBIN: in bond_xdp_get_xmit_slave() 6034 int bond_mode = BOND_MODE_ROUNDROBIN; in bond_check_params() [all …]
|
H A D | bond_options.c | 91 { "balance-rr", BOND_MODE_ROUNDROBIN, BOND_VALFLAG_DEFAULT}, 249 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_ROUNDROBIN)),
|
/openbmc/linux/include/net/ |
H A D | bonding.h | 299 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
|