Searched refs:xmit_hash_policy (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/bonding/ |
| H A D | bond_netlink.c | 328 int xmit_hash_policy = in bond_changelink() local 331 bond_opt_initval(&newval, xmit_hash_policy); in bond_changelink()
|
| H A D | bond_main.c | 106 static char *xmit_hash_policy; variable 163 module_param(xmit_hash_policy, charp, 0); 164 MODULE_PARM_DESC(xmit_hash_policy, "balance-alb, balance-tlb, balance-xor, 802.3ad hashing method; " 4982 if (xmit_hash_policy) { in bond_check_params() 4989 bond_opt_initstr(&newval, xmit_hash_policy); in bond_check_params() 4994 xmit_hash_policy); in bond_check_params()
|
| H A D | bond_sysfs.c | 222 static DEVICE_ATTR(xmit_hash_policy, 0644,
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | bonding.rst | 593 policies may be selected via the xmit_hash_policy option, 612 the default simple XOR policy via the xmit_hash_policy 853 xmit_hash_policy
|