Home
last modified time | relevance | path

Searched refs:NETIF_F_VLAN_FEATURES (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dnetdev_features.h214 #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \ macro
/Linux-v4.19/net/8021q/
Dvlan_dev.c571 if (dev->features & NETIF_F_VLAN_FEATURES) in vlan_dev_init()