Searched defs:bond_dev (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/bonding/ |
A D | bond_main.c | 427 struct net_device *bond_dev = xs->xso.dev; in bond_ipsec_add_sa() local 475 struct net_device *bond_dev = bond->dev; in bond_ipsec_add_sa_all() local 515 struct net_device *bond_dev = xs->xso.dev; in bond_ipsec_del_sa() local 558 struct net_device *bond_dev = bond->dev; in bond_ipsec_del_sa_all() local 1439 struct net_device *bond_dev = bond->dev; in bond_compute_features() local 3793 struct net_device *bond_dev) in bond_master_netdev_event() 3823 struct net_device *bond_dev; in bond_slave_netdev_event() local 4933 struct net_device *bond_dev) in bond_xmit_roundrobin() 4954 struct net_device *bond_dev) in bond_xmit_activebackup() 5184 struct net_device *bond_dev) in bond_xmit_broadcast() [all …]
|
A D | bond_netlink.c | 19 static size_t bond_get_slave_size(const struct net_device *bond_dev, in bond_get_slave_size() 35 const struct net_device *bond_dev, in bond_fill_slave_info() 139 static int bond_slave_changelink(struct net_device *bond_dev, in bond_slave_changelink() 178 static int bond_changelink(struct net_device *bond_dev, struct nlattr *tb[], in bond_changelink() 550 static int bond_newlink(struct net *src_net, struct net_device *bond_dev, in bond_newlink() 571 static size_t bond_get_size(const struct net_device *bond_dev) in bond_get_size() 629 const struct net_device *bond_dev) in bond_fill_info()
|
A D | bond_procfs.c | 285 struct net_device *bond_dev = bond->dev; in bond_create_proc_entry() local 301 struct net_device *bond_dev = bond->dev; in bond_remove_proc_entry() local
|
A D | bond_alb.c | 1409 netdev_tx_t bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_tlb_xmit() 1523 netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) in bond_alb_xmit() 1786 int bond_alb_set_mac_address(struct net_device *bond_dev, void *addr) in bond_alb_set_mac_address()
|
A D | bond_sysfs.c | 105 struct net_device *bond_dev; in bonding_store_bonds() local
|
/linux-6.3-rc2/include/net/ |
A D | bonding.h | 44 #define slave_info(bond_dev, slave_dev, fmt, ...) \ argument 46 #define slave_warn(bond_dev, slave_dev, fmt, ...) \ argument 48 #define slave_dbg(bond_dev, slave_dev, fmt, ...) \ argument 50 #define slave_err(bond_dev, slave_dev, fmt, ...) \ argument
|
/linux-6.3-rc2/drivers/net/ |
A D | vrf.c | 1811 static size_t vrf_get_slave_size(const struct net_device *bond_dev, in vrf_get_slave_size()
|
Completed in 39 milliseconds