table of contents
DEV_ADDR_DEL_MULTIPL(9) | Network device support | DEV_ADDR_DEL_MULTIPL(9) |
NAME¶
dev_addr_del_multiple - Delete device addresses by another device
SYNOPSIS¶
int dev_addr_del_multiple(struct net_device * to_dev, struct net_device * from_dev, unsigned char addr_type);
ARGUMENTS¶
to_dev
device where the addresses will be deleted
from_dev
device by which addresses the addresses will be
deleted
addr_type
address type - 0 means type will used from from_dev
DESCRIPTION¶
Deletes addresses in to device by the list of addresses in from device.
The caller must hold the rtnl_mutex.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |