aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index c70ad9f02b1e..5886f07dc1f3 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -461,6 +461,13 @@ int bond_option_fail_over_mac_set(struct bonding *bond, int fail_over_mac);
461int bond_option_xmit_hash_policy_set(struct bonding *bond, 461int bond_option_xmit_hash_policy_set(struct bonding *bond,
462 int xmit_hash_policy); 462 int xmit_hash_policy);
463int bond_option_resend_igmp_set(struct bonding *bond, int resend_igmp); 463int bond_option_resend_igmp_set(struct bonding *bond, int resend_igmp);
464int bond_option_num_peer_notif_set(struct bonding *bond, int num_peer_notif);
465int bond_option_all_slaves_active_set(struct bonding *bond,
466 int all_slaves_active);
467int bond_option_min_links_set(struct bonding *bond, int min_links);
468int bond_option_lp_interval_set(struct bonding *bond, int min_links);
469int bond_option_packets_per_slave_set(struct bonding *bond,
470 int packets_per_slave);
464struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond); 471struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond);
465struct net_device *bond_option_active_slave_get(struct bonding *bond); 472struct net_device *bond_option_active_slave_get(struct bonding *bond);
466 473