Searched defs:bond_dev (Results 1 - 4 of 4) sorted by relevance

/drivers/net/bonding/
H A Dbond_procfs.c234 struct net_device *bond_dev = bond->dev; local
235 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id);
238 bond->proc_entry = proc_create_data(bond_dev->name,
243 DRV_NAME, bond_dev->name);
245 memcpy(bond->proc_file_name, bond_dev->name, IFNAMSIZ);
251 struct net_device *bond_dev = bond->dev; local
252 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id);
H A Dbond_sysfs.c127 struct net_device *bond_dev; local
130 bond_dev = bond_get_by_name(bn, ifname);
131 if (bond_dev) {
133 unregister_netdevice(bond_dev);
H A Dbond_alb.c1237 int bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) argument
1239 struct bonding *bond = netdev_priv(bond_dev);
1654 int bond_alb_set_mac_address(struct net_device *bond_dev, void *addr)
1658 struct bonding *bond = netdev_priv(bond_dev);
1673 memcpy(bond_dev->dev_addr, sa->sa_data, bond_dev->addr_len);
1687 bond_dev->dev_addr)) {
1697 alb_set_slave_mac_addr(bond->curr_active_slave, bond_dev->dev_addr);
1700 alb_send_learning_packets(bond->curr_active_slave, bond_dev->dev_addr);
H A Dbond_main.c250 static int bond_init(struct net_device *bond_dev);
251 static void bond_uninit(struct net_device *bond_dev);
428 * @bond_dev: bonding net device that got called
431 static int bond_vlan_rx_add_vid(struct net_device *bond_dev, uint16_t vid) argument
433 struct bonding *bond = netdev_priv(bond_dev);
446 bond_dev->name, vid);
463 * @bond_dev: bonding net device that got called
466 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, uint16_t vid) argument
468 struct bonding *bond = netdev_priv(bond_dev);
478 bond_dev
769 struct net_device *bond_dev, *vlan_dev, *master_dev; local
815 bond_mc_list_flush(struct net_device *bond_dev, struct net_device *slave_dev) argument
1275 bond_poll_controller(struct net_device *bond_dev) argument
1288 bond_netpoll_cleanup(struct net_device *bond_dev) argument
1328 bond_netpoll_cleanup(struct net_device *bond_dev) argument
1335 bond_sethwaddr(struct net_device *bond_dev, struct net_device *slave_dev) argument
1383 struct net_device *bond_dev = bond->dev; local
1410 bond_setup_by_slave(struct net_device *bond_dev, struct net_device *slave_dev) argument
1500 bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev) argument
1923 bond_release(struct net_device *bond_dev, struct net_device *slave_dev) argument
2103 bond_release_and_destroy(struct net_device *bond_dev, struct net_device *slave_dev) argument
2122 bond_release_all(struct net_device *bond_dev) argument
2245 bond_ioctl_change_active(struct net_device *bond_dev, struct net_device *slave_dev) argument
2292 bond_info_query(struct net_device *bond_dev, struct ifbond *info) argument
2306 bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) argument
3213 bond_master_netdev_event(unsigned long event, struct net_device *bond_dev) argument
3231 struct net_device *bond_dev = slave_dev->master; local
3390 bond_open(struct net_device *bond_dev) argument
3456 bond_close(struct net_device *bond_dev) argument
3500 bond_get_stats(struct net_device *bond_dev, struct rtnl_link_stats64 *stats) argument
3548 bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) argument
3673 bond_change_rx_flags(struct net_device *bond_dev, int change) argument
3686 bond_set_multicast_list(struct net_device *bond_dev) argument
3770 bond_change_mtu(struct net_device *bond_dev, int new_mtu) argument
3844 bond_set_mac_address(struct net_device *bond_dev, void *addr) argument
3930 bond_xmit_roundrobin(struct sk_buff *skb, struct net_device *bond_dev) argument
3992 bond_xmit_activebackup(struct sk_buff *skb, struct net_device *bond_dev) argument
4017 bond_xmit_xor(struct sk_buff *skb, struct net_device *bond_dev) argument
4055 bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev) argument
4238 struct net_device *bond_dev = bond->dev; local
4265 bond_ethtool_get_drvinfo(struct net_device *bond_dev, struct ethtool_drvinfo *drvinfo) argument
4304 bond_destructor(struct net_device *bond_dev) argument
4312 bond_setup(struct net_device *bond_dev) argument
4391 bond_uninit(struct net_device *bond_dev) argument
4785 bond_init(struct net_device *bond_dev) argument
4853 struct net_device *bond_dev; local
[all...]

Completed in 67 milliseconds