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

/drivers/net/bonding/
H A DMakefile5 obj-$(CONFIG_BONDING) += bonding.o
7 bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_debugfs.o
10 bonding-objs += $(proc-y)
H A Dbonding.h29 #define DRV_NAME "bonding"
177 struct bonding *bond; /* our master */
205 * Here are the locking policies for the two bonding locks:
213 struct bonding { struct
221 void (*recv_probe)(struct sk_buff *, struct bonding *,
253 static inline bool bond_vlan_used(struct bonding *bond)
266 static inline struct slave *bond_get_slave_by_dev(struct bonding *bond,
281 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave)
290 static inline bool bond_is_lb(const struct bonding *bond)
330 static inline int slave_do_arp_validate(struct bonding *bon
[all...]

Completed in 76 milliseconds