Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddst_cache.c67 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get() function
79 EXPORT_SYMBOL_GPL(dst_cache_get);
/linux/include/net/
H A Ddst_cache.h17 * dst_cache_get - perform cache lookup
24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);
/linux/net/ipv6/
H A Drpl_iptunnel.c214 dst = dst_cache_get(&rlwt->cache); in rpl_output()
279 dst = dst_cache_get(&rlwt->cache); in rpl_input()
H A Dioam6_iptunnel.c365 dst = dst_cache_get(&ilwt->cache); in ioam6_output()
/linux/net/ipv6/ila/
H A Dila_lwt.c62 dst = dst_cache_get(&ilwt->dst_cache); in ila_output()
/linux/net/tipc/
H A Dudp_media.c178 ndst = dst_cache_get(cache); in tipc_udp_xmit()