Searched refs:bond_release (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 640 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 664 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev);
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 1416 ret = bond_release(bond->dev, dev); in bond_option_slaves_set()
|
H A D | bond_main.c | 2354 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release() function 4025 res = bond_release(bond_dev, slave_dev); in bond_do_ioctl() 4865 .ndo_del_slave = bond_release,
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 1619 ret = bond_release(bond->dev, dev); in bond_option_slaves_set()
|
H A D | bond_main.c | 2530 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release() function 4550 res = bond_release(bond_dev, slave_dev); in bond_do_ioctl() 5852 .ndo_del_slave = bond_release,
|
Completed in 21 milliseconds