1DEV_UNICAST_ADD(9) Network device support DEV_UNICAST_ADD(9)
23
4
NAME
6dev_unicast_add - add a secondary unicast address
7
SYNOPSIS
9int dev_unicast_add(struct net_device * dev, void * addr);
10
ARGUMENTS
12dev
13device
1415
addr
16address to add
17
DESCRIPTION
19Add a secondary unicast address to the device or increase the reference
20count if it already exists.
2122
The caller must hold the rtnl_mutex.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 DEV_UNICAST_ADD(9)