Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-break-lacpdu-tx.sh44 ip link add fbond type bond mode 4 miimon 200 xmit_hash_policy 1 \
/linux/drivers/net/bonding/
H A Dbond_netlink.c403 int xmit_hash_policy = in bond_changelink() local
406 bond_opt_initval(&newval, xmit_hash_policy); in bond_changelink()
H A Dbond_sysfs.c221 static DEVICE_ATTR(xmit_hash_policy, 0644,
H A Dbond_main.c114 static char *xmit_hash_policy; variable
171 module_param(xmit_hash_policy, charp, 0);
172 MODULE_PARM_DESC(xmit_hash_policy, "balance-alb, balance-tlb, balance-xor, 802.3ad hashing method; "
6113 if (xmit_hash_policy) { in bond_check_params()
6120 bond_opt_initstr(&newval, xmit_hash_policy); in bond_check_params()
6125 xmit_hash_policy); in bond_check_params()