Home
last modified time | relevance | path

Searched refs:bonding (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/net/
Dbonding.h144 struct bonding *bond; /* our master */
193 struct bonding { struct
202 int (*recv_probe)(const struct sk_buff *, struct bonding *, argument
257 static inline struct slave *bond_get_slave_by_dev(struct bonding *bond, in bond_get_slave_by_dev() argument
263 static inline struct bonding *bond_get_bond_by_slave(struct slave *slave) in bond_get_bond_by_slave()
268 static inline bool bond_should_override_tx_queue(struct bonding *bond) in bond_should_override_tx_queue()
274 static inline bool bond_is_lb(const struct bonding *bond) in bond_is_lb()
280 static inline bool bond_needs_speed_duplex(const struct bonding *bond) in bond_needs_speed_duplex()
285 static inline bool bond_is_nondyn_tlb(const struct bonding *bond) in bond_is_nondyn_tlb()
290 static inline bool bond_mode_can_use_xmit_hash(const struct bonding *bond) in bond_mode_can_use_xmit_hash()
[all …]
Dbond_alb.h27 struct bonding;
169 int bond_alb_initialize(struct bonding *bond, int rlb_enabled);
170 void bond_alb_deinitialize(struct bonding *bond);
171 int bond_alb_init_slave(struct bonding *bond, struct slave *slave);
172 void bond_alb_deinit_slave(struct bonding *bond, struct slave *slave);
173 void bond_alb_handle_link_change(struct bonding *bond, struct slave *slave, char link);
174 void bond_alb_handle_active_change(struct bonding *bond, struct slave *new_slave);
179 void bond_alb_clear_vlan(struct bonding *bond, unsigned short vlan_id);
Dbond_options.h85 struct bonding;
102 int (*set)(struct bonding *bond, const struct bond_opt_value *val);
105 int __bond_opt_set(struct bonding *bond, unsigned int option,
107 int __bond_opt_set_notify(struct bonding *bond, unsigned int option,
109 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf);
134 void bond_option_arp_ip_targets_clear(struct bonding *bond);
Dbond_3ad.h175 struct bonding;
295 void bond_3ad_initialize(struct bonding *bond, u16 tick_resolution);
299 void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout);
302 int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info);
303 int __bond_3ad_get_active_agg_info(struct bonding *bond,
305 int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond,
307 int bond_3ad_set_carrier(struct bonding *bond);
308 void bond_3ad_update_lacp_rate(struct bonding *bond);
309 void bond_3ad_update_ad_actor_settings(struct bonding *bond);
/linux-4.19.296/drivers/iio/buffer/
DKconfig25 Provides a bonding of the generic IIO DMA buffer infrastructure with the
35 Provides a way to bonding when an IIO device has a direct connection
/linux-4.19.296/
DMAINTAINERS2805 W: http://sourceforge.net/projects/bonding/
2807 F: drivers/net/bonding/