Name
__dev_mc_unsync —
Remove synchronized addresses from device
Synopsis
void __dev_mc_unsync ( | struct net_device * dev, |
| int (*unsync)
( struct net_device *, const unsigned char *) ) ; |
Arguments
dev
device to sync
unsync
function to call if address should be removed
Description
Remove all addresses that were added to the device by dev_mc_sync
.