1NETDEV_INCREMENT_FEA(9) Network device support NETDEV_INCREMENT_FEA(9)
2
3
4
6 netdev_increment_features - increment feature set by one
7
9 unsigned long netdev_increment_features(unsigned long all,
10 unsigned long one,
11 unsigned long mask);
12
14 all
15 current feature set
16
17 one
18 new feature set
19
20 mask
21 mask feature set
22
24 Computes a new feature set after adding a device with feature set one
25 to the master device with current feature set all. Will not enable
26 anything that is off in mask. Returns the new feature set.
27
29Kernel Hackers Manual 2.6. June 2019 NETDEV_INCREMENT_FEA(9)