Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnetdev_features.h250 #define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \ macro
/linux-6.1.9/net/8021q/
Dvlan_dev.c577 if (dev->features & NETIF_F_VLAN_FEATURES) in vlan_dev_init()
/linux-6.1.9/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1542 netdev->vlan_features |= netdev->features & ~NETIF_F_VLAN_FEATURES; in ionic_init_nic_features()