table of contents
DEV_ADDR_ADD_MULTIPL(9) | Network device support | DEV_ADDR_ADD_MULTIPL(9) |
NAME¶
dev_addr_add_multiple - Add device addresses from another device
SYNOPSIS¶
int dev_addr_add_multiple(struct net_device * to_dev, struct net_device * from_dev, unsigned char addr_type);
ARGUMENTS¶
to_dev
device to which addresses will be added
from_dev
device from which addresses will be added
addr_type
address type - 0 means type will be used from
from_dev
DESCRIPTION¶
Add device addresses of the one device to another. * The caller must hold the rtnl_mutex.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |