Home
last modified time | relevance | path

Searched refs:dst_cache_get (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/core/
Ddst_cache.c67 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get() function
74 EXPORT_SYMBOL_GPL(dst_cache_get);
/Linux-v4.19/include/net/
Ddst_cache.h24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);
/Linux-v4.19/net/ipv6/
Dseg6_iptunnel.c304 dst = dst_cache_get(&slwt->cache); in seg6_input()
343 dst = dst_cache_get(&slwt->cache); in seg6_output()
Dip6_tunnel.c1096 dst = dst_cache_get(&t->dst_cache); in ip6_tnl_xmit()
/Linux-v4.19/net/ipv6/ila/
Dila_lwt.c61 dst = dst_cache_get(&ilwt->dst_cache); in ila_output()