Home
last modified time | relevance | path

Searched refs:did_rsc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_private.h197 __be32 default_vni, struct vxlan_rdst *rdst, bool did_rsc);
H A Dvxlan_core.c2440 __be32 default_vni, struct vxlan_rdst *rdst, bool did_rsc) in vxlan_xmit_one() argument
2469 if (did_rsc) { in vxlan_xmit_one()
2704 struct vxlan_fdb *f, __be32 vni, bool did_rsc) in vxlan_xmit_nh() argument
2724 vxlan_xmit_one(skb, dev, vni, &nh_rdst, did_rsc); in vxlan_xmit_nh()
2787 bool did_rsc = false; in vxlan_xmit() local
2849 did_rsc = false; in vxlan_xmit()
2854 did_rsc = route_shortcircuit(dev, skb); in vxlan_xmit()
2855 if (did_rsc) in vxlan_xmit()
2876 (vni ? : vxlan->default_dst.remote_vni), did_rsc); in vxlan_xmit()
2887 vxlan_xmit_one(skb1, dev, vni, rdst, did_rsc); in vxlan_xmit()
[all …]