Searched defs:bonding (Results 1 – 2 of 2) sorted by relevance
196 struct bonding { struct204 int (*recv_probe)(const struct sk_buff *, struct bonding *, argument213 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;[all …]
769 atomic_t bonding; member