Man Page: netdev_increment_features
Operating Environment: suse
Section: 9
NETDEV_INCREMENT_FEA(9) Network device support NETDEV_INCREMENT_FEA(9)NAMEnetdev_increment_features - increment feature set by oneSYNOPSISunsigned long netdev_increment_features(unsigned long all, unsigned long one, unsigned long mask);ARGUMENTSall current feature set one new feature set mask mask feature setDESCRIPTIONComputes 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 NETDEV_INCREMENT_FEA(9)