Home
last modified time | relevance | path

Searched refs:IFF_802_1Q_VLAN (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/smbdirect/
H A Ddevices.c228 if (netif_is_bridge_master(netdev) || netdev->priv_flags & IFF_802_1Q_VLAN) in smbdirect_netdev_rdma_capable_node_type()
/linux/include/linux/
H A Dif_vlan.h202 return dev->priv_flags & IFF_802_1Q_VLAN; in is_vlan_dev()
H A Dnetdevice.h1766 IFF_802_1Q_VLAN = 1<<0, enumerator
/linux/net/8021q/
H A Dvlan_dev.c1110 dev->priv_flags |= IFF_802_1Q_VLAN | IFF_NO_QUEUE; in vlan_setup()