Searched refs:BOND_MODE_ROUNDROBIN (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_bonding.c | 124 [BOND_MODE_ROUNDROBIN] = "balance-rr", 292 case BOND_MODE_ROUNDROBIN: in test_xdp_bonding_with_mode() 344 if (bonding_setup(skeletons, BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, in test_xdp_bonding_redirect_multi() 372 if (send_udp_packets(BOND_MODE_ROUNDROBIN)) in test_xdp_bonding_redirect_multi() 518 { "xdp_bonding_roundrobin", BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, },
|
/linux-6.1.9/include/uapi/linux/ |
D | if_bonding.h | 67 #define BOND_MODE_ROUNDROBIN 0 macro
|
/linux-6.1.9/drivers/net/bonding/ |
D | bond_main.c | 273 [BOND_MODE_ROUNDROBIN] = "load balancing (round-robin)", in bond_mode_name() 282 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name() 326 case BOND_MODE_ROUNDROBIN: in bond_xdp_check() 1253 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN)) { in bond_change_active_slave() 1599 case BOND_MODE_ROUNDROBIN: in bond_lag_tx_type() 4209 if (BOND_MODE(bond) == BOND_MODE_ROUNDROBIN && !bond->rr_tx_counter) { in bond_open() 5280 case BOND_MODE_ROUNDROBIN: in bond_xmit_get_slave() 5422 case BOND_MODE_ROUNDROBIN: in __bond_start_xmit() 5473 case BOND_MODE_ROUNDROBIN: in bond_xdp_get_xmit_slave() 5885 int bond_mode = BOND_MODE_ROUNDROBIN; in bond_check_params() [all …]
|
D | bond_options.c | 90 { "balance-rr", BOND_MODE_ROUNDROBIN, BOND_VALFLAG_DEFAULT}, 242 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_ROUNDROBIN)),
|
/linux-6.1.9/include/net/ |
D | bonding.h | 304 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
|