Searched refs:BOND_MODE_XOR (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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() 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-6.15/include/uapi/linux/ |
| H A D | if_bonding.h | 69 #define BOND_MODE_XOR 2 macro
|
| /linux-6.15/include/net/ |
| H A D | bonding.h | 323 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_can_use_xmit_hash() 331 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_uses_xmit_hash()
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 278 [BOND_MODE_XOR] = "load balancing (xor)", in bond_mode_name() 317 case BOND_MODE_XOR: in bond_sk_check() 333 case BOND_MODE_XOR: in bond_xdp_check() 1735 case BOND_MODE_XOR: in bond_lag_tx_type() 2836 case BOND_MODE_XOR: in bond_miimon_link_change() 3633 if (BOND_MODE(bond) == BOND_MODE_XOR) in bond_loadbalance_arp_mon() 5435 case BOND_MODE_XOR: in bond_xmit_get_slave() 5575 case BOND_MODE_XOR: in __bond_start_xmit() 5630 case BOND_MODE_XOR: in bond_xdp_get_xmit_slave()
|
| H A D | bond_options.c | 94 { "balance-xor", BOND_MODE_XOR, 0},
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 2951 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()
|