Lines Matching defs:bond_dev
285 static int bond_vlan_rx_add_vid(struct net_device *bond_dev, in bond_vlan_rx_add_vid()
318 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, in bond_vlan_rx_kill_vid()
562 static void bond_hw_addr_flush(struct net_device *bond_dev, in bond_hw_addr_flush()
620 static void bond_set_dev_addr(struct net_device *bond_dev, in bond_set_dev_addr()
953 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
990 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1025 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1071 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1112 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1190 static int bond_master_upper_dev_link(struct net_device *bond_dev, in bond_master_upper_dev_link()
1203 static void bond_upper_dev_unlink(struct net_device *bond_dev, in bond_upper_dev_unlink()
1291 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev) in bond_enslave()
1757 static int __bond_release_one(struct net_device *bond_dev, in __bond_release_one()
1911 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release()
1919 static int bond_release_and_destroy(struct net_device *bond_dev, in bond_release_and_destroy()
1936 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()
1943 static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) in bond_slave_info_query()
2916 struct net_device *bond_dev) in bond_master_netdev_event()
2945 struct net_device *bond_dev; in bond_slave_netdev_event() local
3183 static int bond_open(struct net_device *bond_dev) in bond_open()
3236 static int bond_close(struct net_device *bond_dev) in bond_close()
3249 static struct rtnl_link_stats64 *bond_get_stats(struct net_device *bond_dev, in bond_get_stats()
3298 static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_do_ioctl()
3405 static void bond_change_rx_flags(struct net_device *bond_dev, int change) in bond_change_rx_flags()
3418 static void bond_set_rx_mode(struct net_device *bond_dev) in bond_set_rx_mode()
3493 static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) in bond_change_mtu()
3551 static int bond_set_mac_address(struct net_device *bond_dev, void *addr) in bond_set_mac_address()
3688 static int bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_roundrobin()
3724 static int bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_activebackup()
3884 static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_broadcast()
4014 static int bond_ethtool_get_settings(struct net_device *bond_dev, in bond_ethtool_get_settings()
4044 static void bond_ethtool_get_drvinfo(struct net_device *bond_dev, in bond_ethtool_get_drvinfo()
4092 static void bond_destructor(struct net_device *bond_dev) in bond_destructor()
4100 void bond_setup(struct net_device *bond_dev) in bond_setup()
4151 static void bond_uninit(struct net_device *bond_dev) in bond_uninit()
4548 static int bond_init(struct net_device *bond_dev) in bond_init()
4587 struct net_device *bond_dev; in bond_create() local