Home
last modified time | relevance | path

Searched refs:vlan_uses_dev (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/8021q/
Dvlan_core.c359 bool vlan_uses_dev(const struct net_device *dev) in vlan_uses_dev() function
370 EXPORT_SYMBOL(vlan_uses_dev);
Dvlan.c477 if (vlan_uses_dev(dev)) in vlan_device_event()
/linux-4.4.14/include/linux/
Dif_vlan.h199 extern bool vlan_uses_dev(const struct net_device *dev);
263 static inline bool vlan_uses_dev(const struct net_device *dev) in vlan_uses_dev() function
/linux-4.4.14/drivers/net/team/
Dteam.c1129 vlan_uses_dev(dev)) { in team_port_add()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1336 if (vlan_uses_dev(bond_dev)) { in bond_enslave()