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.c178 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_proxy_suppress_arp()
446 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_suppress_nd()
/linux/net/dsa/
H A Dtag.h132 upper_dev = __vlan_find_dev_deep_rcu(br, htons(proto), vid); in dsa_software_untag_vlan_unaware_bridge()
/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/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c8750 upper_dev = __vlan_find_dev_deep_rcu(br_dev, htons(ETH_P_8021Q), vid); in mlxsw_sp_rif_destroy_vlan_upper()
8831 upper_dev = __vlan_find_dev_deep_rcu(br_dev, htons(ETH_P_8021Q), in mlxsw_sp_router_bridge_vlan_add()