Home
last modified time | relevance | path

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

/Linux-v4.19/net/8021q/
Dvlan_core.c75 struct net_device *__vlan_find_dev_deep_rcu(struct net_device *dev, in __vlan_find_dev_deep_rcu() function
93 return __vlan_find_dev_deep_rcu(upper_dev, in __vlan_find_dev_deep_rcu()
99 EXPORT_SYMBOL(__vlan_find_dev_deep_rcu);
/Linux-v4.19/include/linux/
Dif_vlan.h134 extern struct net_device *__vlan_find_dev_deep_rcu(struct net_device *real_dev,
233 __vlan_find_dev_deep_rcu(struct net_device *real_dev, in __vlan_find_dev_deep_rcu() function
/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c172 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_proxy_suppress_arp()
420 vlandev = __vlan_find_dev_deep_rcu(br->dev, skb->vlan_proto, in br_do_suppress_nd()
Dbr_netfilter_hooks.c436 vlan = __vlan_find_dev_deep_rcu(br, skb->vlan_proto, in brnf_get_logical_dev()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dclip_tbl.c239 root_dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), i); in cxgb4_update_root_dev_clip()
/Linux-v4.19/drivers/net/usb/
Dcdc_mbim.c327 netdev = __vlan_find_dev_deep_rcu(dev->net, htons(ETH_P_8021Q), in do_neigh_solicit()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c188 dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), vlan); in get_iff_from_mac()
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_main.c1152 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc()
1236 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc6()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c4165 dev = __vlan_find_dev_deep_rcu(netdev, htons(ETH_P_8021Q), vid); in qlcnic_restore_indev_addr()