Lines Matching defs:bonding
196 struct bonding { struct
204 int (*recv_probe)(const struct sk_buff *, struct bonding *, argument
213 spinlock_t mode_lock;
214 u8 send_peer_notif;
215 u8 igmp_retrans;
217 struct proc_dir_entry *proc_entry;
218 char proc_file_name[IFNAMSIZ];
220 struct list_head bond_list;
221 u32 rr_tx_counter;
222 struct ad_bond_info ad_info;
223 struct alb_bond_info alb_info;
224 struct bond_params params;
225 struct workqueue_struct *wq;
226 struct delayed_work mii_work;
227 struct delayed_work arp_work;
228 struct delayed_work alb_work;
229 struct delayed_work ad_work;
230 struct delayed_work mcast_work;
231 struct delayed_work slave_arr_work;
257 static inline struct slave *bond_get_slave_by_dev(struct bonding *bond, in bond_get_slave_by_dev() argument