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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbonding.h195 int (*xmit_hash_policy)(struct sk_buff *, struct net_device *, int); member in struct:bonding
H A Dbond_main.c96 static char *xmit_hash_policy = NULL; variable
124 module_param(xmit_hash_policy, charp, 0);
125 MODULE_PARM_DESC(xmit_hash_policy, "XOR hashing method: 0 for layer 2 (default)"
4068 * determined xmit_hash_policy(), If the selected device is not enabled,
4085 slave_no = bond->xmit_hash_policy(skb, bond_dev, bond->slave_cnt);
4196 bond->xmit_hash_policy = bond_xmit_hash_policy_l34;
4198 bond->xmit_hash_policy = bond_xmit_hash_policy_l2;
4207 bond->xmit_hash_policy = bond_xmit_hash_policy_l34;
4209 bond->xmit_hash_policy = bond_xmit_hash_policy_l2;
4395 if (xmit_hash_policy) {
[all...]
H A Dbond_sysfs.c512 static DEVICE_ATTR(xmit_hash_policy, S_IRUGO | S_IWUSR, bonding_show_xmit_hash, bonding_store_xmit_hash);
H A Dbond_3ad.c2351 slave_agg_no = bond->xmit_hash_policy(skb, dev, slaves_in_agg);

Completed in 107 milliseconds