Query: dev_addr_del_multiple
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEV_ADDR_DEL_MULTIPL(9) Network device support DEV_ADDR_DEL_MULTIPL(9)NAMEdev_addr_del_multiple - Delete device addresses by another deviceSYNOPSISint dev_addr_del_multiple(struct net_device * to_dev, struct net_device * from_dev, unsigned char addr_type);ARGUMENTSto_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_devDESCRIPTIONDeletes addresses in to device by the list of addresses in from device. The caller must hold the rtnl_mutex.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DEV_ADDR_DEL_MULTIPL(9)