1__DEV_UC_UNSYNC(9) Network device support __DEV_UC_UNSYNC(9)
23
4
NAME
6__dev_uc_unsync - Remove synchonized addresses from device
7
SYNOPSIS
9void __dev_uc_unsync(struct net_device * dev,
10int (*unsync) (struct net_device *, const unsigned char *));
11
ARGUMENTS
13dev
14device to sync
1516
unsync
17function to call if address should be removed
18
DESCRIPTION
20Remove all addresses that were added to the device by dev_uc_sync.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 __DEV_UC_UNSYNC(9)