table of contents
DEV_UNICAST_UNSYNC(9) | Network device support | DEV_UNICAST_UNSYNC(9) |
NAME¶
dev_unicast_unsync - Remove synchronized addresses from the destination device
SYNOPSIS¶
void dev_unicast_unsync(struct net_device * to, struct net_device * from);
ARGUMENTS¶
to
destination device
from
source device
DESCRIPTION¶
Remove all addresses that were added to the destination device by dev_unicast_sync. This function is intended to be called from the dev->stop function of layered software devices.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |