Searched refs:BOND_MODE_XOR (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_bonding.c | 127 [BOND_MODE_XOR] = "balance-xor", 286 case BOND_MODE_XOR: { in test_xdp_bonding_with_mode() 686 { "xdp_bonding_xor_layer2", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER2, }, 687 { "xdp_bonding_xor_layer23", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER23, }, 688 { "xdp_bonding_xor_layer34", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER34, },
|
| /linux/include/uapi/linux/ |
| H A D | if_bonding.h | 69 #define BOND_MODE_XOR 2 macro
|
| /linux/include/net/ |
| H A D | bonding.h | 326 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 D | bond_main.c | 279 [BOND_MODE_XOR] = "load balancing (xor)", in bond_mode_name() 318 case BOND_MODE_XOR: in bond_sk_check() 334 case BOND_MODE_XOR: in __bond_xdp_check() 1672 case BOND_MODE_XOR: in bond_lag_tx_type() 2768 case BOND_MODE_XOR: in bond_miimon_link_change() 3562 if (BOND_MODE(bond) == BOND_MODE_XOR) in bond_loadbalance_arp_mon() 5421 case BOND_MODE_XOR: in bond_xmit_get_slave() 5564 case BOND_MODE_XOR: in __bond_start_xmit() 5619 case BOND_MODE_XOR: in bond_xdp_get_xmit_slave()
|
| H A D | bond_options.c | 99 { "balance-xor", BOND_MODE_XOR, 0},
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 2937 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()
|