• Home
  • Raw
  • Download

Lines Matching refs:bonding

187 struct bonding {  struct
232 static inline struct slave *bond_get_slave_by_dev(struct bonding *bond, struct net_device *slave_de… in bond_get_slave_by_dev() argument
246 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
252 return (struct bonding *)netdev_priv(slave->dev->master); in bond_get_bond_by_slave()
255 static inline bool bond_is_lb(const struct bonding *bond) in bond_is_lb()
271 static inline int slave_do_arp_validate(struct bonding *bond, in slave_do_arp_validate()
277 static inline unsigned long slave_last_rx(struct bonding *bond, in slave_last_rx()
288 struct bonding *bond = netdev_priv(slave->dev->master); in bond_set_slave_inactive_flags()
303 static inline void bond_set_master_3ad_flags(struct bonding *bond) in bond_set_master_3ad_flags()
308 static inline void bond_unset_master_3ad_flags(struct bonding *bond) in bond_unset_master_3ad_flags()
313 static inline void bond_set_master_alb_flags(struct bonding *bond) in bond_set_master_alb_flags()
318 static inline void bond_unset_master_alb_flags(struct bonding *bond) in bond_unset_master_alb_flags()
323 struct vlan_entry *bond_next_vlan(struct bonding *bond, struct vlan_entry *curr);
324 int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev);
326 void bond_destroy(struct bonding *bond);
330 void bond_destroy_sysfs_entry(struct bonding *bond);
331 int bond_create_sysfs_entry(struct bonding *bond);
339 void bond_set_mode_ops(struct bonding *bond, int mode);
341 void bond_select_active_slave(struct bonding *bond);
342 void bond_change_active_slave(struct bonding *bond, struct slave *new_active);
343 void bond_register_arp(struct bonding *);
344 void bond_unregister_arp(struct bonding *);
360 void bond_send_unsolicited_na(struct bonding *bond);
364 static inline void bond_send_unsolicited_na(struct bonding *bond) in bond_send_unsolicited_na()