Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip6_tunnel.h63 struct dst_entry *ip6_tnl_dst_check(struct ip6_tnl *t);
/linux-4.1.27/net/ipv6/
Dip6_tunnel.c129 struct dst_entry *ip6_tnl_dst_check(struct ip6_tnl *t) in ip6_tnl_dst_check() function
142 EXPORT_SYMBOL_GPL(ip6_tnl_dst_check);
1013 dst = ip6_tnl_dst_check(t); in ip6_tnl_xmit2()
Dip6_gre.c637 dst = ip6_tnl_dst_check(tunnel); in ip6gre_xmit2()