Lines Matching refs:bonding
156 struct bonding *bond; /* our master */
210 struct bonding { struct
220 int (*recv_probe)(const struct sk_buff *, struct bonding *, argument
276 bool bond_sk_check(struct bonding *bond); argument
283 static inline struct slave *bond_get_slave_by_dev(struct bonding *bond, in bond_get_slave_by_dev()
289 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
294 static inline bool bond_should_override_tx_queue(struct bonding *bond) in bond_should_override_tx_queue()
300 static inline bool bond_is_lb(const struct bonding *bond) in bond_is_lb()
306 static inline bool bond_needs_speed_duplex(const struct bonding *bond) in bond_needs_speed_duplex()
311 static inline bool bond_is_nondyn_tlb(const struct bonding *bond) in bond_is_nondyn_tlb()
316 static inline bool bond_mode_can_use_xmit_hash(const struct bonding *bond) in bond_mode_can_use_xmit_hash()
324 static inline bool bond_mode_uses_xmit_hash(const struct bonding *bond) in bond_mode_uses_xmit_hash()
343 static inline bool bond_uses_primary(struct bonding *bond) in bond_uses_primary()
348 static inline struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond) in bond_option_active_slave_get_rcu()
397 static inline void bond_slave_state_change(struct bonding *bond) in bond_slave_state_change()
410 static inline void bond_slave_state_notify(struct bonding *bond) in bond_slave_state_notify()
487 static inline int slave_do_arp_validate(struct bonding *bond, in slave_do_arp_validate()
493 static inline int slave_do_arp_validate_only(struct bonding *bond) in slave_do_arp_validate_only()
506 static inline unsigned long slave_oldest_target_arp_rx(struct bonding *bond, in slave_oldest_target_arp_rx()
519 static inline unsigned long slave_last_rx(struct bonding *bond, in slave_last_rx()
594 static inline void bond_slave_link_notify(struct bonding *bond) in bond_slave_link_notify()
632 int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond, struct slave *slave);
633 netdev_tx_t bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave…
637 void bond_prepare_sysfs_group(struct bonding *bond);
643 u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb);
644 int bond_set_carrier(struct bonding *bond);
645 void bond_select_active_slave(struct bonding *bond);
646 void bond_change_active_slave(struct bonding *bond, struct slave *new_active);
649 void bond_debug_register(struct bonding *bond);
650 void bond_debug_unregister(struct bonding *bond);
651 void bond_debug_reregister(struct bonding *bond);
657 struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond);
662 int bond_update_slave_arr(struct bonding *bond, struct slave *skipslave);
663 void bond_slave_arr_work_rearm(struct bonding *bond, unsigned long delay);
664 void bond_work_init_all(struct bonding *bond);
667 void bond_create_proc_entry(struct bonding *bond);
668 void bond_remove_proc_entry(struct bonding *bond);
672 static inline void bond_create_proc_entry(struct bonding *bond) in bond_create_proc_entry()
676 static inline void bond_remove_proc_entry(struct bonding *bond) in bond_remove_proc_entry()
689 static inline struct slave *bond_slave_has_mac(struct bonding *bond, in bond_slave_has_mac()
703 static inline bool bond_slave_has_mac_rcu(struct bonding *bond, const u8 *mac) in bond_slave_has_mac_rcu()