netdev_compute_featu(9)
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.