Lines Matching defs:bond_dev
446 static void bond_vlan_rx_register(struct net_device *bond_dev, struct vlan_group *grp) in bond_vlan_rx_register()
470 static void bond_vlan_rx_add_vid(struct net_device *bond_dev, uint16_t vid) in bond_vlan_rx_add_vid()
499 static void bond_vlan_rx_kill_vid(struct net_device *bond_dev, uint16_t vid) in bond_vlan_rx_kill_vid()
929 static void bond_mc_list_flush(struct net_device *bond_dev, struct net_device *slave_dev) in bond_mc_list_flush()
1316 static int bond_sethwaddr(struct net_device *bond_dev, in bond_sethwaddr()
1338 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1368 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1385 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev) in bond_enslave()
1787 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release()
1979 static void bond_destructor(struct net_device *bond_dev) in bond_destructor()
1997 int bond_release_and_destroy(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release_and_destroy()
2014 static int bond_release_all(struct net_device *bond_dev) in bond_release_all()
2144 static int bond_ioctl_change_active(struct net_device *bond_dev, struct net_device *slave_dev) in bond_ioctl_change_active()
2193 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()
2207 static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) in bond_slave_info_query()
3406 struct net_device *bond_dev = bond->dev; in bond_create_proc_entry() local
3508 static int bond_master_netdev_event(unsigned long event, struct net_device *bond_dev) in bond_master_netdev_event()
3527 struct net_device *bond_dev = slave_dev->master; in bond_slave_netdev_event() local
3739 struct net_device *bond_dev, int count) in bond_xmit_hash_policy_l23()
3758 struct net_device *bond_dev, int count) in bond_xmit_hash_policy_l34()
3783 struct net_device *bond_dev, int count) in bond_xmit_hash_policy_l2()
3792 static int bond_open(struct net_device *bond_dev) in bond_open()
3840 static int bond_close(struct net_device *bond_dev) in bond_close()
3893 static struct net_device_stats *bond_get_stats(struct net_device *bond_dev) in bond_get_stats()
3942 static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_do_ioctl()
4064 static void bond_set_multicast_list(struct net_device *bond_dev) in bond_set_multicast_list()
4139 static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) in bond_change_mtu()
4211 static int bond_set_mac_address(struct net_device *bond_dev, void *addr) in bond_set_mac_address()
4297 static int bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_roundrobin()
4346 static int bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_activebackup()
4378 static int bond_xmit_xor(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_xor()
4424 static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_broadcast()
4536 struct net_device *bond_dev = bond->dev; in bond_set_mode_ops() local
4567 static void bond_ethtool_get_drvinfo(struct net_device *bond_dev, in bond_ethtool_get_drvinfo()
4604 static int bond_init(struct net_device *bond_dev, struct bond_params *params) in bond_init()
4698 static void bond_deinit(struct net_device *bond_dev) in bond_deinit()
4719 struct net_device *bond_dev = bond->dev; in bond_free_all() local
5136 struct net_device *bond_dev; in bond_create() local