Lines Matching refs:bonding
648 static int bond_add_vlan(struct bonding *bond, unsigned short vlan_id) in bond_add_vlan()
681 static int bond_del_vlan(struct bonding *bond, unsigned short vlan_id) in bond_del_vlan()
736 static int bond_has_challenged_slaves(struct bonding *bond) in bond_has_challenged_slaves()
763 struct vlan_entry *bond_next_vlan(struct bonding *bond, struct vlan_entry *curr) in bond_next_vlan()
807 int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev) in bond_dev_queue_xmit()
863 struct bonding *bond = bond_dev->priv; in bond_vlan_rx_register()
886 struct bonding *bond = bond_dev->priv; in bond_vlan_rx_add_vid()
914 struct bonding *bond = bond_dev->priv; in bond_vlan_rx_kill_vid()
941 static void bond_add_vlans_on_slave(struct bonding *bond, struct net_device *slave_dev) in bond_add_vlans_on_slave()
969 static void bond_del_vlans_from_slave(struct bonding *bond, struct net_device *slave_dev) in bond_del_vlans_from_slave()
1086 static int bond_check_dev_link(struct bonding *bond, struct net_device *slave_dev, int reporting) in bond_check_dev_link()
1188 static void bond_set_promiscuity(struct bonding *bond, int inc) in bond_set_promiscuity()
1207 static void bond_set_allmulti(struct bonding *bond, int inc) in bond_set_allmulti()
1227 static void bond_mc_add(struct bonding *bond, void *addr, int alen) in bond_mc_add()
1247 static void bond_mc_delete(struct bonding *bond, void *addr, int alen) in bond_mc_delete()
1266 static void bond_mc_list_destroy(struct bonding *bond) in bond_mc_list_destroy()
1281 static int bond_mc_list_copy(struct dev_mc_list *mc_list, struct bonding *bond, int gpf_flag) in bond_mc_list_copy()
1309 struct bonding *bond = bond_dev->priv; in bond_mc_list_flush()
1331 static void bond_mc_swap(struct bonding *bond, struct slave *new_active, struct slave *old_active) in bond_mc_swap()
1377 static struct slave *bond_find_best_slave(struct bonding *bond) in bond_find_best_slave()
1440 static void bond_change_active_slave(struct bonding *bond, struct slave *new_active) in bond_change_active_slave()
1513 static void bond_select_active_slave(struct bonding *bond) in bond_select_active_slave()
1530 static void bond_attach_slave(struct bonding *bond, struct slave *new_slave) in bond_attach_slave()
1556 static void bond_detach_slave(struct bonding *bond, struct slave *slave) in bond_detach_slave()
1593 struct bonding *bond = bond_dev->priv; in bond_enslave()
2018 struct bonding *bond = bond_dev->priv; in bond_release()
2195 struct bonding *bond = bond_dev->priv; in bond_release_all()
2322 struct bonding *bond = bond_dev->priv; in bond_ioctl_change_active()
2417 struct bonding *bond = bond_dev->priv; in bond_info_query()
2431 struct bonding *bond = bond_dev->priv; in bond_slave_info_query()
2467 struct bonding *bond = bond_dev->priv; in bond_mii_monitor()
2706 static void bond_arp_send_all(struct bonding *bond, struct slave *slave) in bond_arp_send_all()
2727 struct bonding *bond = bond_dev->priv; in bond_loadbalance_arp_mon()
2865 struct bonding *bond = bond_dev->priv; in bond_activebackup_arp_mon()
3098 struct bonding *bond = seq->private; in bond_info_seq_start()
3122 struct bonding *bond = seq->private; in bond_info_seq_next()
3137 struct bonding *bond = seq->private; in bond_info_seq_stop()
3145 struct bonding *bond = seq->private; in bond_info_show_master()
3205 struct bonding *bond = seq->private; in bond_info_show_slave()
3281 static int bond_create_proc_entry(struct bonding *bond) in bond_create_proc_entry()
3304 static void bond_remove_proc_entry(struct bonding *bond) in bond_remove_proc_entry()
3375 static int bond_event_changename(struct bonding *bond) in bond_event_changename()
3387 struct bonding *event_bond = bond_dev->priv; in bond_master_netdev_event()
3488 static void bond_register_lacpdu(struct bonding *bond) in bond_register_lacpdu()
3502 static void bond_unregister_lacpdu(struct bonding *bond) in bond_unregister_lacpdu()
3511 struct bonding *bond = bond_dev->priv; in bond_open()
3573 struct bonding *bond = bond_dev->priv; in bond_close()
3629 struct bonding *bond = bond_dev->priv; in bond_get_stats()
3706 struct bonding *bond = bond_dev->priv; in bond_do_ioctl()
3819 struct bonding *bond = bond_dev->priv; in bond_set_multicast_list()
3872 struct bonding *bond = bond_dev->priv; in bond_change_mtu()
3952 struct bonding *bond = bond_dev->priv; in bond_set_mac_address()
4026 struct bonding *bond = bond_dev->priv; in bond_xmit_roundrobin()
4075 struct bonding *bond = bond_dev->priv; in bond_xmit_activebackup()
4117 struct bonding *bond = bond_dev->priv; in bond_xmit_xor()
4164 struct bonding *bond = bond_dev->priv; in bond_xmit_broadcast()
4271 struct bonding *bond = bond_dev->priv; in bond_init()
4342 struct bonding *bond = bond_dev->priv; in bond_deinit()
4356 struct bonding *bond, *nxt; in bond_free_all()
4659 bond_dev = alloc_netdev(sizeof(struct bonding), "", ether_setup); in bonding_init()