Home
last modified time | relevance | path

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

/include/rdma/
Dib_addr.h110 return is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : 0xffff; in rdma_vlan_dev_vlan_id()
243 return is_vlan_dev(dev) ? vlan_dev_real_dev(dev) : NULL; in rdma_vlan_dev_real_dev()
/include/linux/
Dif_vlan.h80 static inline bool is_vlan_dev(const struct net_device *dev) in is_vlan_dev() function