Home
last modified time | relevance | path

Searched refs:BOND_XMIT_POLICY_LAYER2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c134 [BOND_XMIT_POLICY_LAYER2] = "layer2",
297 case BOND_XMIT_POLICY_LAYER2: in test_xdp_bonding_with_mode()
517 { "xdp_bonding_xor_layer2", BOND_MODE_XOR, BOND_XMIT_POLICY_LAYER2, },
/Linux-v5.15/include/uapi/linux/
Dif_bonding.h92 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */ macro
/Linux-v5.15/drivers/net/bonding/
Dbond_options.c101 { "layer2", BOND_XMIT_POLICY_LAYER2, BOND_VALFLAG_DEFAULT},
Dbond_main.c1591 case BOND_XMIT_POLICY_LAYER2: in bond_lag_hash_type()
3844 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 || in __bond_xmit_hash()
5489 int xmit_hashtype = BOND_XMIT_POLICY_LAYER2; in bond_check_params()