• Home
  • Raw
  • Download

Lines Matching defs:bond_dev

280 static int bond_vlan_rx_add_vid(struct net_device *bond_dev,  in bond_vlan_rx_add_vid()
313 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, in bond_vlan_rx_kill_vid()
557 static void bond_hw_addr_flush(struct net_device *bond_dev, in bond_hw_addr_flush()
615 static void bond_set_dev_addr(struct net_device *bond_dev, in bond_set_dev_addr()
948 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
952 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
987 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1029 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1070 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1148 static int bond_master_upper_dev_link(struct net_device *bond_dev, in bond_master_upper_dev_link()
1161 static void bond_upper_dev_unlink(struct net_device *bond_dev, in bond_upper_dev_unlink()
1199 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev) in bond_enslave()
1658 static int __bond_release_one(struct net_device *bond_dev, in __bond_release_one()
1812 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release()
1820 static int bond_release_and_destroy(struct net_device *bond_dev, in bond_release_and_destroy()
1837 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()
1848 static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) in bond_slave_info_query()
2808 struct net_device *bond_dev) in bond_master_netdev_event()
2837 struct net_device *bond_dev; in bond_slave_netdev_event() local
3077 static int bond_open(struct net_device *bond_dev) in bond_open()
3130 static int bond_close(struct net_device *bond_dev) in bond_close()
3143 static struct rtnl_link_stats64 *bond_get_stats(struct net_device *bond_dev, in bond_get_stats()
3192 static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_do_ioctl()
3299 static void bond_change_rx_flags(struct net_device *bond_dev, int change) in bond_change_rx_flags()
3312 static void bond_set_rx_mode(struct net_device *bond_dev) in bond_set_rx_mode()
3387 static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) in bond_change_mtu()
3445 static int bond_set_mac_address(struct net_device *bond_dev, void *addr) in bond_set_mac_address()
3582 static int bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_roundrobin()
3618 static int bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_activebackup()
3779 static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_broadcast()
3909 static int bond_ethtool_get_settings(struct net_device *bond_dev, in bond_ethtool_get_settings()
3939 static void bond_ethtool_get_drvinfo(struct net_device *bond_dev, in bond_ethtool_get_drvinfo()
3984 static void bond_destructor(struct net_device *bond_dev) in bond_destructor()
3992 void bond_setup(struct net_device *bond_dev) in bond_setup()
4043 static void bond_uninit(struct net_device *bond_dev) in bond_uninit()
4440 static int bond_init(struct net_device *bond_dev) in bond_init()
4479 struct net_device *bond_dev; in bond_create() local