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

NAME

6       __dev_mc_sync - Synchonize device's multicast list
7

SYNOPSIS

9       int __dev_mc_sync(struct net_device * dev,
10                         int (*sync) (struct net_device *, const unsigned char *),
11                         int (*unsync) (struct net_device *, const unsigned char *));
12

ARGUMENTS

14       dev
15           device to sync
16
17       sync
18           function to call if address should be added
19
20       unsync
21           function to call if address should be removed
22

DESCRIPTION

24       Add newly added addresses to the interface, and release addresses that
25       have been deleted.
26
28Kernel Hackers Manual 3.10         June 2019                  __DEV_MC_SYNC(9)
Impressum