Searched defs:bonding (Results 1 – 2 of 2) sorted by relevance
213 struct bonding { struct221 void (*recv_probe)(struct sk_buff *, struct bonding *, argument223 rwlock_t lock;224 rwlock_t curr_slave_lock;225 u8 send_peer_notif;226 s8 setup_by_slave;227 s8 igmp_retrans;229 struct proc_dir_entry *proc_entry;253 static inline bool bond_vlan_used(struct bonding *bond) in bond_vlan_used() argument
147 atomic_t bonding; /* boolean */ member