Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c135 [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, },
/linux/include/uapi/linux/
H A Dif_bonding.h92 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */ macro
/linux/drivers/net/bonding/
H A Dbond_options.c108 { "layer2", BOND_XMIT_POLICY_LAYER2, BOND_VALFLAG_DEFAULT},
H A Dbond_main.c1741 case BOND_XMIT_POLICY_LAYER2: in bond_lag_hash_type()
4300 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 || in __bond_xmit_hash()
6071 int xmit_hashtype = BOND_XMIT_POLICY_LAYER2; in bond_check_params()