Searched refs:BOND_MODE_XOR (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | xdp_bonding.c | 126 [BOND_MODE_XOR] = "balance-xor", 289 case BOND_MODE_XOR: { in test_xdp_bonding_with_mode() 517 { "xdp_bonding_xor_layer2", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER2, }, 518 { "xdp_bonding_xor_layer23", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER23, }, 519 { "xdp_bonding_xor_layer34", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER34, },
|
| /linux/include/uapi/linux/ |
| A D | if_bonding.h | 69 #define BOND_MODE_XOR 2 macro
|
| /linux/include/net/ |
| A D | bonding.h | 317 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_can_use_xmit_hash() 325 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_uses_xmit_hash()
|
| /linux/drivers/net/bonding/ |
| A D | bond_main.c | 272 [BOND_MODE_XOR] = "load balancing (xor)", in bond_mode_name() 311 case BOND_MODE_XOR: in bond_sk_check() 327 case BOND_MODE_XOR: in bond_xdp_check() 1576 case BOND_MODE_XOR: in bond_lag_tx_type() 2610 case BOND_MODE_XOR: in bond_miimon_link_change() 3172 if (BOND_MODE(bond) == BOND_MODE_XOR) in bond_loadbalance_arp_mon() 4933 case BOND_MODE_XOR: in bond_xmit_get_slave() 5067 case BOND_MODE_XOR: in __bond_start_xmit() 5122 case BOND_MODE_XOR: in bond_xdp_get_xmit_slave()
|
| A D | bond_options.c | 86 { "balance-xor", BOND_MODE_XOR, 0},
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_netdev.c | 3007 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()
|
Completed in 26 milliseconds