dev_unicast_unsync

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.