Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/bonding/
Dbond_main.c279 static int bond_vlan_rx_add_vid(struct net_device *bond_dev, in bond_vlan_rx_add_vid()
312 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, in bond_vlan_rx_kill_vid()
553 static void bond_hw_addr_flush(struct net_device *bond_dev, in bond_hw_addr_flush()
611 static int bond_set_dev_addr(struct net_device *bond_dev, in bond_set_dev_addr()
983 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
1011 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1046 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1093 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1144 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1375 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev, in bond_enslave()
[all …]
Dbond_netlink.c18 static size_t bond_get_slave_size(const struct net_device *bond_dev, in bond_get_slave_size()
33 const struct net_device *bond_dev, in bond_fill_slave_info()
130 static int bond_slave_changelink(struct net_device *bond_dev, in bond_slave_changelink()
158 static int bond_changelink(struct net_device *bond_dev, struct nlattr *tb[], in bond_changelink()
448 static int bond_newlink(struct net *src_net, struct net_device *bond_dev, in bond_newlink()
470 static size_t bond_get_size(const struct net_device *bond_dev) in bond_get_size()
523 const struct net_device *bond_dev) in bond_fill_info()
Dbond_procfs.c264 struct net_device *bond_dev = bond->dev; in bond_create_proc_entry() local
280 struct net_device *bond_dev = bond->dev; in bond_remove_proc_entry() local
Dbond_alb.c1337 netdev_tx_t bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_tlb_xmit()
1375 netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_alb_xmit()
1741 int bond_alb_set_mac_address(struct net_device *bond_dev, void *addr) in bond_alb_set_mac_address()
Dbond_sysfs.c105 struct net_device *bond_dev; in bonding_store_bonds() local
/Linux-v5.4/include/net/
Dbonding.h41 #define slave_info(bond_dev, slave_dev, fmt, ...) \ argument
43 #define slave_warn(bond_dev, slave_dev, fmt, ...) \ argument
45 #define slave_dbg(bond_dev, slave_dev, fmt, ...) \ argument
47 #define slave_err(bond_dev, slave_dev, fmt, ...) \ argument
/Linux-v5.4/drivers/net/
Dvrf.c1377 static size_t vrf_get_slave_size(const struct net_device *bond_dev, in vrf_get_slave_size()