Home
last modified time | relevance | path

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

/linux/net/8021q/
H A 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);
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c181 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_proxy_suppress_arp()
457 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_suppress_nd()
H A Dbr_netfilter_hooks.c447 vlan = __vlan_find_dev_deep_rcu(br, skb->vlan_proto, in brnf_get_logical_dev()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c237 root_dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), i); in cxgb4_update_root_dev_clip()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c188 dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), vlan); in get_iff_from_mac()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c4092 dev = __vlan_find_dev_deep_rcu(netdev, htons(ETH_P_8021Q), vid); in qlcnic_restore_indev_addr()
/linux/net/core/
H A Dfilter.c6341 vlan_dev = __vlan_find_dev_deep_rcu(dev, proto, vid); in bpf_fib_vlan_input_dev()