Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_bonding.h91 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */ macro
/linux-4.1.27/drivers/net/bonding/
Dbond_options.c93 { "layer2", BOND_XMIT_POLICY_LAYER2, BOND_VALFLAG_DEFAULT},
Dbond_main.c207 static int xmit_hashtype = BOND_XMIT_POLICY_LAYER2;
3141 if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 || in bond_xmit_hash()