Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetdev_features.h162 #define NETIF_F_NEVER_CHANGE (NETIF_F_VLAN_CHALLENGED | \ macro
168 ~NETIF_F_NEVER_CHANGE)
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt83 NETIF_F_NEVER_CHANGE sets. The exception is NETIF_F_VLAN_CHALLENGED but
/Linux-v4.19/net/core/
Dethtool.c157 (u32)(NETIF_F_NEVER_CHANGE >> (32 * i)); in ethtool_get_features()