Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Ddst_cache.c120 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, in dst_cache_get_ip6() function
137 EXPORT_SYMBOL_GPL(dst_cache_get_ip6);
/OK3568_Linux_fs/kernel/include/net/
H A Ddst_cache.h66 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache,
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dsocket.c129 dst = dst_cache_get_ip6(cache, &fl.saddr); in send6()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_output.c1310 dst = dst_cache_get_ip6(dst_cache, saddr); in ip6_dst_lookup_tunnel()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dgeneve.c859 dst = dst_cache_get_ip6(dst_cache, &fl6->saddr); in geneve_get_v6_dst()
H A Dvxlan.c2464 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route()