Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dbonding.h196 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;
[all …]
/linux-4.1.27/net/batman-adv/
Dtypes.h769 atomic_t bonding; member