Searched refs:__vlan_find_dev_deep_rcu (Results 1 – 4 of 4) sorted by relevance
/net/8021q/ |
D | vlan_core.c | 76 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/ |
D | br_arp_nd_proxy.c | 176 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()
|
D | br_netfilter_hooks.c | 441 vlan = __vlan_find_dev_deep_rcu(br, skb->vlan_proto, in brnf_get_logical_dev()
|
/net/dsa/ |
D | dsa_priv.h | 393 upper_dev = __vlan_find_dev_deep_rcu(br, htons(proto), vid); in dsa_untag_bridge_pvid()
|