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.