Rechercher une page de manuel
dev_unicast_sync
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
dev_unicast_sync - Synchronize device's unicast list to another deviceSYNOPSIS
- int dev_unicast_sync(struct net_device * to, struct net_device * from);
ARGUMENTS
to
- destination device
from
- source device
DESCRIPTION
Add newly added addresses to the destination device and release addresses that have no users left. The source device must be locked by netif_tx_lock_bh.
This function is intended to be called from the dev->set_rx_mode function of layered software devices.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre