diff options
Diffstat (limited to 'drivers/net/bonding/bonding.h')
| -rw-r--r-- | drivers/net/bonding/bonding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index df159da8db30..44df2738577d 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h | |||
| @@ -443,6 +443,7 @@ int bond_option_miimon_set(struct bonding *bond, int miimon); | |||
| 443 | int bond_option_updelay_set(struct bonding *bond, int updelay); | 443 | int bond_option_updelay_set(struct bonding *bond, int updelay); |
| 444 | int bond_option_downdelay_set(struct bonding *bond, int downdelay); | 444 | int bond_option_downdelay_set(struct bonding *bond, int downdelay); |
| 445 | int bond_option_use_carrier_set(struct bonding *bond, int use_carrier); | 445 | int bond_option_use_carrier_set(struct bonding *bond, int use_carrier); |
| 446 | int bond_option_arp_interval_set(struct bonding *bond, int arp_interval); | ||
| 446 | struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond); | 447 | struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond); |
| 447 | struct net_device *bond_option_active_slave_get(struct bonding *bond); | 448 | struct net_device *bond_option_active_slave_get(struct bonding *bond); |
| 448 | 449 | ||
