Rechercher une page de manuel
netdev_increment_features
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
netdev_increment_features - increment feature set by oneSYNOPSIS
- unsigned long netdev_increment_features(unsigned long all, unsigned long one, unsigned long mask);
ARGUMENTS
all
- current feature set
one
- new feature set
mask
- mask feature set
DESCRIPTION
Computes a new feature set after adding a device with feature set one to the master device with current feature set all. Will not enable anything that is off in mask. Returns the new feature set.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre