netdev_compute_features

Langue: en

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

Section: 9 (Appels noyau Linux)

NAME

netdev_compute_features - compute conjunction of two feature sets

SYNOPSIS

int netdev_compute_features(unsigned long all, unsigned long one);

ARGUMENTS

all

first feature set

one

second 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. Returns the new feature set.