Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnetdev_features.h229 #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \ macro
/Linux-v5.4/net/8021q/
Dvlan_dev.c548 if (dev->features & NETIF_F_VLAN_FEATURES) in vlan_dev_init()