Home
last modified time | relevance | path

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

/net/8021q/
Dvlan_core.c76 struct net_device *__vlan_find_dev_deep_rcu(struct net_device *dev, in __vlan_find_dev_deep_rcu() function
94 return __vlan_find_dev_deep_rcu(upper_dev, in __vlan_find_dev_deep_rcu()
100 EXPORT_SYMBOL(__vlan_find_dev_deep_rcu);
/net/bridge/
Dbr_arp_nd_proxy.c176 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_proxy_suppress_arp()
435 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_suppress_nd()
Dbr_netfilter_hooks.c441 vlan = __vlan_find_dev_deep_rcu(br, skb->vlan_proto, in brnf_get_logical_dev()
/net/dsa/
Ddsa_priv.h393 upper_dev = __vlan_find_dev_deep_rcu(br, htons(proto), vid); in dsa_untag_bridge_pvid()