Home
last modified time | relevance | path

Searched refs:ip6_tnl_dst_get (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/
Dip6_tunnel.h68 struct dst_entry *ip6_tnl_dst_get(struct ip6_tnl *t);
/linux-4.4.14/net/ipv6/
Dip6_tunnel.c146 struct dst_entry *ip6_tnl_dst_get(struct ip6_tnl *t) in ip6_tnl_dst_get() function
173 EXPORT_SYMBOL_GPL(ip6_tnl_dst_get);
1072 dst = ip6_tnl_dst_get(t); in ip6_tnl_xmit2()
Dip6_gre.c637 dst = ip6_tnl_dst_get(tunnel); in ip6gre_xmit2()