Searched refs:BOND_XMIT_POLICY_LAYER23 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 137 [BOND_XMIT_POLICY_LAYER23] = "layer2+3", 298 case BOND_XMIT_POLICY_LAYER23: in test_xdp_bonding_with_mode() 337 if (bonding_setup(skeletons, BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, in test_xdp_bonding_redirect_multi() 628 { "xdp_bonding_roundrobin", BOND_MODE_ROUNDROBIN, BOND_XMIT_POLICY_LAYER23, }, 629 { "xdp_bonding_activebackup", BOND_MODE_ACTIVEBACKUP, BOND_XMIT_POLICY_LAYER23 }, 632 { "xdp_bonding_xor_layer23", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER23, },
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 37 #define BOND_XMIT_POLICY_LAYER23 2 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_bonding.h | 94 #define BOND_XMIT_POLICY_LAYER23 2 /* layer 2+3 (IP ^ MAC) */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_bonding.h | 94 #define BOND_XMIT_POLICY_LAYER23 2 /* layer 2+3 (IP ^ MAC) */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 50 #define BOND_XMIT_POLICY_LAYER23 2 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_bonding.h | 50 #define BOND_XMIT_POLICY_LAYER23 2 macro
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 101 { "layer2+3", BOND_XMIT_POLICY_LAYER23, 0},
|
H A D | bond_main.c | 1566 case BOND_XMIT_POLICY_LAYER23: in bond_lag_hash_type() 3656 if (bond->params.xmit_policy > BOND_XMIT_POLICY_LAYER23) { in bond_flow_dissect() 3715 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER23 || in bond_xmit_hash()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 109 { "layer2+3", BOND_XMIT_POLICY_LAYER23, 0},
|
H A D | bond_main.c | 1632 case BOND_XMIT_POLICY_LAYER23: in bond_lag_hash_type() 4189 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER23 || in __bond_xmit_hash()
|
Completed in 20 milliseconds