Searched refs:bonding (Results 1 – 4 of 4) sorted by relevance
| /include/net/ |
| A D | bond_alb.h | 11 struct bonding; 153 int bond_alb_initialize(struct bonding *bond, int rlb_enabled); 154 void bond_alb_deinitialize(struct bonding *bond); 155 int bond_alb_init_slave(struct bonding *bond, struct slave *slave); 156 void bond_alb_deinit_slave(struct bonding *bond, struct slave *slave); 157 void bond_alb_handle_link_change(struct bonding *bond, struct slave *slave, char link); 158 void bond_alb_handle_active_change(struct bonding *bond, struct slave *new_slave); 161 struct slave *bond_xmit_alb_slave_get(struct bonding *bond, 163 struct slave *bond_xmit_tlb_slave_get(struct bonding *bond, 167 void bond_alb_clear_vlan(struct bonding *bond, unsigned short vlan_id);
|
| A D | bonding.h | 162 struct bonding *bond; /* our master */ 219 struct bonding { struct 684 void bond_prepare_sysfs_group(struct bonding *bond); 692 int bond_set_carrier(struct bonding *bond); 693 void bond_select_active_slave(struct bonding *bond); 697 void bond_debug_register(struct bonding *bond); 698 void bond_debug_unregister(struct bonding *bond); 699 void bond_debug_reregister(struct bonding *bond); 713 void bond_work_init_all(struct bonding *bond); 716 void bond_create_proc_entry(struct bonding *bond); [all …]
|
| A D | bond_options.h | 103 struct bonding; 120 int (*set)(struct bonding *bond, const struct bond_opt_value *val); 123 int __bond_opt_set(struct bonding *bond, unsigned int option, 126 int __bond_opt_set_notify(struct bonding *bond, unsigned int option, 128 int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf); 161 void bond_option_arp_ip_targets_clear(struct bonding *bond); 163 void bond_option_ns_ip6_targets_clear(struct bonding *bond); 165 void bond_slave_ns_maddrs_add(struct bonding *bond, struct slave *slave); 166 void bond_slave_ns_maddrs_del(struct bonding *bond, struct slave *slave);
|
| A D | bond_3ad.h | 158 struct bonding; 296 void bond_3ad_initialize(struct bonding *bond); 300 void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout); 303 int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info); 304 int __bond_3ad_get_active_agg_info(struct bonding *bond, 306 int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond, 308 int bond_3ad_set_carrier(struct bonding *bond); 309 void bond_3ad_update_lacp_rate(struct bonding *bond); 310 void bond_3ad_update_ad_actor_settings(struct bonding *bond);
|
Completed in 12 milliseconds