Lines Matching refs:dst_cache
691 dst_cache_reset(&rd->dst_cache); in vxlan_fdb_replace()
715 if (dst_cache_init(&rd->dst_cache, GFP_ATOMIC)) { in vxlan_fdb_append()
970 dst_cache_destroy(&rd->dst_cache); in __vxlan_fdb_free()
1010 dst_cache_destroy(&rd->dst_cache); in vxlan_dst_free()
2396 struct dst_cache *dst_cache, in vxlan_get_route() argument
2409 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()
2434 dst_cache_set_ip4(dst_cache, &rt->dst, fl4.saddr); in vxlan_get_route()
2451 struct dst_cache *dst_cache, in vxlan6_get_route() argument
2464 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route()
2494 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route()
2594 struct dst_cache *dst_cache; in vxlan_xmit_one() local
2630 dst_cache = &rdst->dst_cache; in vxlan_xmit_one()
2667 dst_cache = &info->dst_cache; in vxlan_xmit_one()
2694 dst_cache, info); in vxlan_xmit_one()
2767 dst_cache, info); in vxlan_xmit_one()
3194 &info->dst_cache, info); in vxlan_fill_metadata_dst()
3206 &info->dst_cache, info); in vxlan_fill_metadata_dst()