Searched refs:xmit_hash_policy (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond-break-lacpdu-tx.sh | 44 ip link add fbond type bond mode 4 miimon 200 xmit_hash_policy 1 \
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_netlink.c | 403 int xmit_hash_policy = in bond_changelink() local 406 bond_opt_initval(&newval, xmit_hash_policy); in bond_changelink()
|
| H A D | bond_sysfs.c | 221 static DEVICE_ATTR(xmit_hash_policy, 0644,
|
| H A D | bond_main.c | 115 static char *xmit_hash_policy; variable 172 module_param(xmit_hash_policy, charp, 0); 173 MODULE_PARM_DESC(xmit_hash_policy, "balance-alb, balance-tlb, balance-xor, 802.3ad hashing method; " 6112 if (xmit_hash_policy) { in bond_check_params() 6119 bond_opt_initstr(&newval, xmit_hash_policy); in bond_check_params() 6124 xmit_hash_policy); in bond_check_params()
|
| /linux-6.15/Documentation/networking/ |
| H A D | bonding.rst | 640 policies may be selected via the xmit_hash_policy option, 659 the default simple XOR policy via the xmit_hash_policy 912 xmit_hash_policy
|