Home
last modified time | relevance | path

Searched refs:BOND_MODE_ROUNDROBIN (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c125 [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 Dif_bonding.h67 #define BOND_MODE_ROUNDROBIN 0 macro
/linux/include/net/
H A Dbonding.h301 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
/linux/drivers/net/bonding/
H A Dbond_options.c97 { "balance-rr", BOND_MODE_ROUNDROBIN, BOND_VALFLAG_DEFAULT},
267 .unsuppmodes = BOND_MODE_ALL_EX(BIT(BOND_MODE_ROUNDROBIN)),