Home
last modified time | relevance | path

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

/linux-5.19.10/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);
/linux-5.19.10/include/net/
Ddst_cache.h24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);
/linux-5.19.10/net/ipv6/
Drpl_iptunnel.c216 dst = dst_cache_get(&rlwt->cache); in rpl_output()
272 dst = dst_cache_get(&rlwt->cache); in rpl_input()
Dseg6_iptunnel.c338 dst = dst_cache_get(&slwt->cache); in seg6_input_core()
408 dst = dst_cache_get(&slwt->cache); in seg6_output_core()
Dioam6_iptunnel.c355 dst = dst_cache_get(&ilwt->cache); in ioam6_output()
Dip6_tunnel.c1141 dst = dst_cache_get(&t->dst_cache); in ip6_tnl_xmit()
/linux-5.19.10/net/ipv6/ila/
Dila_lwt.c61 dst = dst_cache_get(&ilwt->dst_cache); in ila_output()
/linux-5.19.10/net/tipc/
Dudp_media.c175 ndst = dst_cache_get(cache); in tipc_udp_xmit()