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

NAME

6       dev_addr_add_multiple - Add device addresses from another device
7

SYNOPSIS

9       int dev_addr_add_multiple(struct net_device * to_dev,
10                                 struct net_device * from_dev,
11                                 unsigned char addr_type);
12

ARGUMENTS

14       to_dev
15           device to which addresses will be added
16
17       from_dev
18           device from which addresses will be added
19
20       addr_type
21           address type - 0 means type will be used from from_dev
22

DESCRIPTION

24       Add device addresses of the one device to another. * The caller must
25       hold the rtnl_mutex.
26
28Kernel Hackers Manual 2.6.         June 2019           DEV_ADDR_ADD_MULTIPL(9)
Impressum