Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A 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);
/openbmc/linux/include/net/
H A Ddst_cache.h24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);
/openbmc/linux/net/ipv6/
H A Drpl_iptunnel.c214 dst = dst_cache_get(&rlwt->cache); in rpl_output()
276 dst = dst_cache_get(&rlwt->cache); in rpl_input()
H A Dseg6_iptunnel.c489 dst = dst_cache_get(&slwt->cache); in seg6_input_core()
563 dst = dst_cache_get(&slwt->cache); in seg6_output_core()
H A Dioam6_iptunnel.c355 dst = dst_cache_get(&ilwt->cache); in ioam6_output()
H A Dip6_tunnel.c1153 dst = dst_cache_get(&t->dst_cache); in ip6_tnl_xmit()
/openbmc/linux/net/ipv6/ila/
H A Dila_lwt.c62 dst = dst_cache_get(&ilwt->dst_cache); in ila_output()
/openbmc/linux/net/tipc/
H A Dudp_media.c178 ndst = dst_cache_get(cache); in tipc_udp_xmit()