Lines Matching refs:dst_cache
660 dst_cache_reset(&rd->dst_cache); in vxlan_fdb_replace()
684 if (dst_cache_init(&rd->dst_cache, GFP_ATOMIC)) { in vxlan_fdb_append()
858 dst_cache_destroy(&rd->dst_cache); in __vxlan_fdb_free()
892 dst_cache_destroy(&rd->dst_cache); in vxlan_dst_free()
2218 struct dst_cache *dst_cache, in vxlan_get_route() argument
2231 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()
2256 dst_cache_set_ip4(dst_cache, &rt->dst, fl4.saddr); in vxlan_get_route()
2273 struct dst_cache *dst_cache, in vxlan6_get_route() argument
2287 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route()
2318 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route()
2417 struct dst_cache *dst_cache; in vxlan_xmit_one() local
2452 dst_cache = &rdst->dst_cache; in vxlan_xmit_one()
2489 dst_cache = &info->dst_cache; in vxlan_xmit_one()
2516 dst_cache, info); in vxlan_xmit_one()
2568 dst_cache, info); in vxlan_xmit_one()
2925 &info->dst_cache, info); in vxlan_fill_metadata_dst()
2937 &info->dst_cache, info); in vxlan_fill_metadata_dst()