Lines Matching defs:bond_dev

452 static void bond_vlan_rx_register(struct net_device *bond_dev,  in bond_vlan_rx_register()
479 static void bond_vlan_rx_add_vid(struct net_device *bond_dev, uint16_t vid) in bond_vlan_rx_add_vid()
507 static void bond_vlan_rx_kill_vid(struct net_device *bond_dev, uint16_t vid) in bond_vlan_rx_kill_vid()
888 static void bond_mc_list_flush(struct net_device *bond_dev, in bond_mc_list_flush()
1320 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
1333 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1373 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1380 static int bond_sethwaddr(struct net_device *bond_dev, in bond_sethwaddr()
1402 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1438 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1521 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev) in bond_enslave()
1959 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release()
2138 static int bond_release_and_destroy(struct net_device *bond_dev, in bond_release_and_destroy()
2157 static int bond_release_all(struct net_device *bond_dev) in bond_release_all()
2281 static int bond_ioctl_change_active(struct net_device *bond_dev, struct net_device *slave_dev) in bond_ioctl_change_active()
2328 static int bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()
2342 static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) in bond_slave_info_query()
3307 struct net_device *bond_dev) in bond_master_netdev_event()
3324 struct net_device *bond_dev = slave_dev->master; in bond_slave_netdev_event() local
3584 static int bond_open(struct net_device *bond_dev) in bond_open()
3634 static int bond_close(struct net_device *bond_dev) in bond_close()
3689 static struct rtnl_link_stats64 *bond_get_stats(struct net_device *bond_dev, in bond_get_stats()
3737 static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_do_ioctl()
3862 static void bond_set_multicast_list(struct net_device *bond_dev) in bond_set_multicast_list()
3941 static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) in bond_change_mtu()
4015 static int bond_set_mac_address(struct net_device *bond_dev, void *addr) in bond_set_mac_address()
4101 static int bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_roundrobin()
4167 static int bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_activebackup()
4198 static int bond_xmit_xor(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_xor()
4242 static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) in bond_xmit_broadcast()
4413 struct net_device *bond_dev = bond->dev; in bond_set_mode_ops() local
4440 static void bond_ethtool_get_drvinfo(struct net_device *bond_dev, in bond_ethtool_get_drvinfo()
4483 static void bond_destructor(struct net_device *bond_dev) in bond_destructor()
4491 static void bond_setup(struct net_device *bond_dev) in bond_setup()
4574 static void bond_uninit(struct net_device *bond_dev) in bond_uninit()
4974 static int bond_init(struct net_device *bond_dev) in bond_init()
5023 struct net_device *bond_dev; in bond_create() local