Lines Matching refs:dst_cache
506 dst_cache_reset(&rd->dst_cache); in vxlan_fdb_replace()
529 if (dst_cache_init(&rd->dst_cache, GFP_ATOMIC)) { in vxlan_fdb_append()
772 dst_cache_destroy(&rd->dst_cache); in vxlan_fdb_free()
796 dst_cache_destroy(&rd->dst_cache); in vxlan_dst_free()
1894 struct dst_cache *dst_cache, in vxlan_get_route() argument
1907 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()
1932 dst_cache_set_ip4(dst_cache, &rt->dst, fl4.saddr); in vxlan_get_route()
1949 struct dst_cache *dst_cache, in vxlan6_get_route() argument
1963 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route()
1994 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route()
2085 struct dst_cache *dst_cache; in vxlan_xmit_one() local
2120 dst_cache = &rdst->dst_cache; in vxlan_xmit_one()
2157 dst_cache = &info->dst_cache; in vxlan_xmit_one()
2179 dst_cache, info); in vxlan_xmit_one()
2217 dst_cache, info); in vxlan_xmit_one()
2570 &info->dst_cache, info); in vxlan_fill_metadata_dst()
2582 &info->dst_cache, info); in vxlan_fill_metadata_dst()