Lines Matching defs:bonding
199 struct bonding { struct
207 int (*recv_probe)(const struct sk_buff *, struct bonding *, argument
216 spinlock_t mode_lock;
217 spinlock_t stats_lock;
218 u8 send_peer_notif;
219 u8 igmp_retrans;
221 struct proc_dir_entry *proc_entry;
222 char proc_file_name[IFNAMSIZ];
224 struct list_head bond_list;
225 u32 rr_tx_counter;
226 struct ad_bond_info ad_info;
227 struct alb_bond_info alb_info;
228 struct bond_params params;
229 struct workqueue_struct *wq;
230 struct delayed_work mii_work;
231 struct delayed_work arp_work;
232 struct delayed_work alb_work;
233 struct delayed_work ad_work;
234 struct delayed_work mcast_work;
235 struct delayed_work slave_arr_work;
261 static inline struct slave *bond_get_slave_by_dev(struct bonding *bond, in bond_get_slave_by_dev() argument