Searched refs:fdst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2882 struct vxlan_rdst *rdst, *fdst = NULL; in vxlan_xmit() local 2956 if (!fdst) { in vxlan_xmit() 2957 fdst = rdst; in vxlan_xmit() 2964 if (fdst) in vxlan_xmit() 2965 vxlan_xmit_one(skb, dev, vni, fdst, did_rsc); in vxlan_xmit()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2762 struct vxlan_rdst *rdst, *fdst = NULL; in vxlan_xmit() local 2858 if (!fdst) { in vxlan_xmit() 2859 fdst = rdst; in vxlan_xmit() 2866 if (fdst) in vxlan_xmit() 2867 vxlan_xmit_one(skb, dev, vni, fdst, did_rsc); in vxlan_xmit()
|
Completed in 13 milliseconds