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()
2394 struct dst_cache *dst_cache, in vxlan_get_route() argument
2407 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()
2432 dst_cache_set_ip4(dst_cache, &rt->dst, fl4.saddr); in vxlan_get_route()
2449 struct dst_cache *dst_cache, in vxlan6_get_route() argument
2462 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route()
2492 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route()
2592 struct dst_cache *dst_cache; in vxlan_xmit_one() local
2628 dst_cache = &rdst->dst_cache; in vxlan_xmit_one()
2665 dst_cache = &info->dst_cache; in vxlan_xmit_one()
2692 dst_cache, info); in vxlan_xmit_one()
2760 dst_cache, info); in vxlan_xmit_one()
3182 &info->dst_cache, info); in vxlan_fill_metadata_dst()
3194 &info->dst_cache, info); in vxlan_fill_metadata_dst()