1DEV_UNICAST_DELETE(9) Network device support DEV_UNICAST_DELETE(9)
23
4
NAME
6dev_unicast_delete - Release secondary unicast address.
7
SYNOPSIS
9int dev_unicast_delete(struct net_device * dev, void * addr);
10
ARGUMENTS
12dev
13device
1415
addr
16address to delete
17
DESCRIPTION
19Release reference to a secondary unicast address and remove it from the
20device if the reference count drops to zero.
2122
The caller must hold the rtnl_mutex.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 DEV_UNICAST_DELETE(9)