Home
last modified time | relevance | path

Searched refs:NETIF_F_NEVER_CHANGE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dnetdev_features.h133 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \ macro
139 ~NETIF_F_NEVER_CHANGE)
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt83 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
/linux-4.4.14/net/core/
Dethtool.c135 (u32)(NETIF_F_NEVER_CHANGE >> (32 * i)); in ethtool_get_features()