Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c126 [BOND_MODE_XOR] = "balance-xor",
293 case BOND_MODE_XOR: { in test_xdp_bonding_with_mode()
521 { "xdp_bonding_xor_layer2", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER2, },
522 { "xdp_bonding_xor_layer23", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER23, },
523 { "xdp_bonding_xor_layer34", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER34, },
/linux-6.1.9/include/uapi/linux/
Dif_bonding.h69 #define BOND_MODE_XOR 2 macro
/linux-6.1.9/include/net/
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-6.1.9/drivers/net/bonding/
Dbond_main.c275 [BOND_MODE_XOR] = "load balancing (xor)", in bond_mode_name()
314 case BOND_MODE_XOR: in bond_sk_check()
330 case BOND_MODE_XOR: in bond_xdp_check()
1605 case BOND_MODE_XOR: in bond_lag_tx_type()
2648 case BOND_MODE_XOR: in bond_miimon_link_change()
3442 if (BOND_MODE(bond) == BOND_MODE_XOR) in bond_loadbalance_arp_mon()
5287 case BOND_MODE_XOR: in bond_xmit_get_slave()
5427 case BOND_MODE_XOR: in __bond_start_xmit()
5482 case BOND_MODE_XOR: in bond_xdp_get_xmit_slave()
Dbond_options.c92 { "balance-xor", BOND_MODE_XOR, 0},
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3004 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()