Searched refs:BOND_XMIT_POLICY_LAYER2 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 35 #define BOND_XMIT_POLICY_LAYER2 0 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_bonding.h | 92 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_bonding.h | 92 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 48 #define BOND_XMIT_POLICY_LAYER2 0 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 48 #define BOND_XMIT_POLICY_LAYER2 0 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 135 [BOND_XMIT_POLICY_LAYER2] = "layer2", 294 case BOND_XMIT_POLICY_LAYER2: in test_xdp_bonding_with_mode() 631 { "xdp_bonding_xor_layer2", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER2, },
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 99 { "layer2", BOND_XMIT_POLICY_LAYER2, BOND_VALFLAG_DEFAULT},
|
H A D | bond_main.c | 1562 case BOND_XMIT_POLICY_LAYER2: in bond_lag_hash_type() 3711 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 || in bond_xmit_hash() 4994 int xmit_hashtype = BOND_XMIT_POLICY_LAYER2; in bond_check_params()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 107 { "layer2", BOND_XMIT_POLICY_LAYER2, BOND_VALFLAG_DEFAULT},
|
H A D | bond_main.c | 1628 case BOND_XMIT_POLICY_LAYER2: in bond_lag_hash_type() 4185 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 || in __bond_xmit_hash() 5977 int xmit_hashtype = BOND_XMIT_POLICY_LAYER2; in bond_check_params()
|
Completed in 19 milliseconds