Searched refs:__vlan_find_dev_deep_rcu (Results 1 – 7 of 7) sorted by relevance
| /linux/net/8021q/ |
| H A 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);
|
| /linux/net/bridge/ |
| H A D | br_arp_nd_proxy.c | 181 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 D | br_netfilter_hooks.c | 447 vlan = __vlan_find_dev_deep_rcu(br, skb->vlan_proto, in brnf_get_logical_dev()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | clip_tbl.c | 237 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 D | cxgb3_offload.c | 188 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 D | qlcnic_main.c | 4092 dev = __vlan_find_dev_deep_rcu(netdev, htons(ETH_P_8021Q), vid); in qlcnic_restore_indev_addr()
|
| /linux/net/core/ |
| H A D | filter.c | 6341 vlan_dev = __vlan_find_dev_deep_rcu(dev, proto, vid); in bpf_fib_vlan_input_dev()
|