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()
971 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
1006 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1041 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1084 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1125 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1203 static int bond_master_upper_dev_link(struct net_device *bond_dev, in bond_master_upper_dev_link()
1216 static void bond_upper_dev_unlink(struct net_device *bond_dev, in bond_upper_dev_unlink()
1304 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev) in bond_enslave()
1778 static int __bond_release_one(struct net_device *bond_dev, in __bond_release_one()
1932 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release()
1940 static int bond_release_and_destroy(struct net_device *bond_dev, in bond_release_and_destroy()
1957 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()
1964 static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) in bond_slave_info_query()
2937 struct net_device *bond_dev) in bond_master_netdev_event()
2966 struct net_device *bond_dev; in bond_slave_netdev_event() local
3197 static int bond_open(struct net_device *bond_dev) in bond_open()
3250 static int bond_close(struct net_device *bond_dev) in bond_close()
3287 static struct rtnl_link_stats64 *bond_get_stats(struct net_device *bond_dev, in bond_get_stats()
3316 static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_do_ioctl()
3423 static void bond_change_rx_flags(struct net_device *bond_dev, int change) in bond_change_rx_flags()
3436 static void bond_set_rx_mode(struct net_device *bond_dev) in bond_set_rx_mode()
3511 static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) in bond_change_mtu()
3569 static int bond_set_mac_address(struct net_device *bond_dev, void *addr) in bond_set_mac_address()
3706 static int bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_roundrobin()
3742 static int bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_activebackup()
3900 static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_broadcast()
4030 static int bond_ethtool_get_settings(struct net_device *bond_dev, in bond_ethtool_get_settings()
4060 static void bond_ethtool_get_drvinfo(struct net_device *bond_dev, in bond_ethtool_get_drvinfo()
4112 static void bond_destructor(struct net_device *bond_dev) in bond_destructor()
4120 void bond_setup(struct net_device *bond_dev) in bond_setup()
4171 static void bond_uninit(struct net_device *bond_dev) in bond_uninit()
4591 static int bond_init(struct net_device *bond_dev) in bond_init()
4630 struct net_device *bond_dev; in bond_create() local