Name
dev_unicast_delete —
Release secondary unicast address.
Synopsis
int dev_unicast_delete
(struct net_device * dev, void * addr, int alen);
Arguments
- dev
device
- addr
-- undescribed --
- alen
-- undescribed --
Description
Release reference to a secondary unicast address and remove it
from the device if the reference count drop to zero.
The caller must hold the rtnl_mutex.