Searched refs:BOND_MODE_ROUNDROBIN (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_bonding.c | 125 [BOND_MODE_ROUNDROBIN] = "balance-rr", 290 case BOND_MODE_ROUNDROBIN: in test_xdp_bonding_with_mode() 342 if (bonding_setup(skeletons, BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, in test_xdp_bonding_redirect_multi() 370 if (send_udp_packets(BOND_MODE_ROUNDROBIN)) in test_xdp_bonding_redirect_multi() 772 { "xdp_bonding_roundrobin", BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, },
|
| /linux/include/uapi/linux/ |
| H A D | if_bonding.h | 67 #define BOND_MODE_ROUNDROBIN 0 macro
|
| /linux/include/net/ |
| H A D | bonding.h | 301 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_options.c | 97 { "balance-rr", BOND_MODE_ROUNDROBIN, BOND_VALFLAG_DEFAULT}, 267 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_ROUNDROBIN)),
|