table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
__DEV_UC_SYNC(9) | Network device support | __DEV_UC_SYNC(9) |
NAME¶
__dev_uc_sync - Synchonize device's unicast listSYNOPSIS¶
int
__dev_uc_sync(struct net_device * dev,
int (*sync) (struct net_device *, const unsigned char *),
int (*unsync) (struct net_device *, const unsigned char *));
ARGUMENTS¶
devdevice to sync
sync
function to call if address should be
added
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¶
February 2017 | Kernel Hackers Manual 3.16 |