Home
last modified time | relevance | path

Searched defs:bonding (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/net/bonding/
Dbonding.h213 struct bonding { struct
221 void (*recv_probe)(struct sk_buff *, struct bonding *, argument
223 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
/linux-3.3/net/batman-adv/
Dtypes.h147 atomic_t bonding; /* boolean */ member