Home
last modified time | relevance | path

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

/linux-6.12.1/net/core/
Ddst_cache.c66 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get() function
73 EXPORT_SYMBOL_GPL(dst_cache_get);
/linux-6.12.1/include/net/
Ddst_cache.h24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);
/linux-6.12.1/net/ipv6/
Drpl_iptunnel.c216 dst = dst_cache_get(&rlwt->cache); in rpl_output()
270 dst = dst_cache_get(&rlwt->cache); in rpl_input()
Dseg6_iptunnel.c468 dst = dst_cache_get(&slwt->cache); in seg6_input_core()
538 dst = dst_cache_get(&slwt->cache); in seg6_output_core()
Dioam6_iptunnel.c398 dst = dst_cache_get(&ilwt->cache); in ioam6_output()
Dip6_tunnel.c1155 dst = dst_cache_get(&t->dst_cache); in ip6_tnl_xmit()
/linux-6.12.1/net/ipv6/ila/
Dila_lwt.c62 dst = dst_cache_get(&ilwt->dst_cache); in ila_output()
/linux-6.12.1/net/tipc/
Dudp_media.c178 ndst = dst_cache_get(cache); in tipc_udp_xmit()