Searched refs:xmit_hash_policy (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/bonding/ |
D | bond_netlink.c | 323 int xmit_hash_policy = in bond_changelink() local 326 bond_opt_initval(&newval, xmit_hash_policy); in bond_changelink()
|
D | bond_main.c | 104 static char *xmit_hash_policy; variable 161 module_param(xmit_hash_policy, charp, 0); 162 MODULE_PARM_DESC(xmit_hash_policy, "balance-alb, balance-tlb, balance-xor, 802.3ad hashing method; " 4369 if (xmit_hash_policy) { in bond_check_params() 4376 bond_opt_initstr(&newval, xmit_hash_policy); in bond_check_params() 4381 xmit_hash_policy); in bond_check_params()
|
D | bond_sysfs.c | 238 static DEVICE_ATTR(xmit_hash_policy, 0644,
|
/Linux-v4.19/Documentation/networking/ |
D | bonding.txt | 584 policies may be selected via the xmit_hash_policy option, 603 the default simple XOR policy via the xmit_hash_policy 834 xmit_hash_policy
|