Home
last modified time | relevance | path

Searched refs:BOND_MODE_XOR (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c127 [BOND_MODE_XOR] = "balance-xor",
286 case BOND_MODE_XOR: { in test_xdp_bonding_with_mode()
631 { "xdp_bonding_xor_layer2", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER2, },
632 { "xdp_bonding_xor_layer23", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER23, },
633 { "xdp_bonding_xor_layer34", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER34, },
/linux/include/uapi/linux/
H A Dif_bonding.h69 #define BOND_MODE_XOR 2 macro
/linux/include/net/
H A Dbonding.h326 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_can_use_xmit_hash()
334 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_uses_xmit_hash()
/linux/drivers/net/bonding/
H A Dbond_main.c280 [BOND_MODE_XOR] = "load balancing (xor)", in bond_mode_name()
319 case BOND_MODE_XOR: in bond_sk_check()
335 case BOND_MODE_XOR: in bond_xdp_check()
1747 case BOND_MODE_XOR: in bond_lag_tx_type()
2859 case BOND_MODE_XOR: in bond_miimon_link_change()
3656 if (BOND_MODE(bond) == BOND_MODE_XOR) in bond_loadbalance_arp_mon()
5229 * (b) BOND_MODE_XOR
5505 case BOND_MODE_XOR: in bond_xmit_get_slave()
5648 case BOND_MODE_XOR: in __bond_start_xmit()
5703 case BOND_MODE_XOR in bond_xdp_get_xmit_slave()
[all...]
H A Dbond_options.c96 { "balance-xor", BOND_MODE_XOR, 0},