1DEV_UNICAST_ADD(9)          Network device support          DEV_UNICAST_ADD(9)
2
3
4

NAME

6       dev_unicast_add - add a secondary unicast address
7

SYNOPSIS

9       int dev_unicast_add(struct net_device * dev, void * addr);
10

ARGUMENTS

12       dev
13           device
14
15       addr
16           address to add
17

DESCRIPTION

19       Add a secondary unicast address to the device or increase the reference
20       count if it already exists.
21
22       The caller must hold the rtnl_mutex.
23
25Kernel Hackers Manual 2.6.         June 2019                DEV_UNICAST_ADD(9)
Impressum