Home
last modified time | relevance | path

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

/net/core/
Ddst_cache.c63 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get() function
70 EXPORT_SYMBOL_GPL(dst_cache_get);
/net/ipv6/
Dseg6_iptunnel.c301 dst = dst_cache_get(&slwt->cache); in seg6_input()
340 dst = dst_cache_get(&slwt->cache); in seg6_output()
Dip6_tunnel.c1092 dst = dst_cache_get(&t->dst_cache); in ip6_tnl_xmit()
/net/ipv6/ila/
Dila_lwt.c61 dst = dst_cache_get(&ilwt->dst_cache); in ila_output()
/net/tipc/
Dudp_media.c164 struct dst_entry *ndst = dst_cache_get(cache); in tipc_udp_xmit()