Scroll to navigation

__DEV_MC_SYNC(9) Network device support __DEV_MC_SYNC(9)

NAME

__dev_mc_sync - Synchonize device's multicast list

SYNOPSIS

int __dev_mc_sync(struct net_device * dev, int (*sync) (struct net_device *, const unsigned char *), int (*unsync) (struct net_device *, const unsigned char *));

ARGUMENTS

struct net_device * dev
device to sync

int (*)(struct net_device *, const unsigned char *) sync

function to call if address should be added

int (*)(struct net_device *, const unsigned char *) unsync

function to call if address should be removed

DESCRIPTION

Add newly added addresses to the interface, and release addresses that have been deleted.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11