Home
last modified time | relevance | path

Searched defs:bond_dev (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/drivers/net/bonding/
Dbond_main.c431 static int bond_vlan_rx_add_vid(struct net_device *bond_dev, uint16_t vid) in bond_vlan_rx_add_vid()
466 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, uint16_t vid) in bond_vlan_rx_kill_vid()
803 static void bond_mc_list_flush(struct net_device *bond_dev, in bond_mc_list_flush()
1257 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
1270 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1310 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1317 static int bond_sethwaddr(struct net_device *bond_dev, in bond_sethwaddr()
1365 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1392 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1477 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev) in bond_enslave()
[all …]
Dbond_procfs.c234 struct net_device *bond_dev = bond->dev; in bond_create_proc_entry() local
251 struct net_device *bond_dev = bond->dev; in bond_remove_proc_entry() local
Dbond_alb.c1239 int bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_alb_xmit()
1656 int bond_alb_set_mac_address(struct net_device *bond_dev, void *addr) in bond_alb_set_mac_address()
Dbond_sysfs.c127 struct net_device *bond_dev; in bonding_store_bonds() local
/linux-3.3/net/core/
Dnetpoll.c199 struct net_device *bond_dev = dev->master; in netpoll_poll_dev() local