Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip6_tunnel.h65 void ip6_tnl_dst_store(struct ip6_tnl *t, struct dst_entry *dst);
/linux-4.1.27/net/ipv6/
Dip6_tunnel.c151 void ip6_tnl_dst_store(struct ip6_tnl *t, struct dst_entry *dst) in ip6_tnl_dst_store() function
158 EXPORT_SYMBOL_GPL(ip6_tnl_dst_store);
1105 ip6_tnl_dst_store(t, ndst); in ip6_tnl_xmit2()
Dip6_gre.c766 ip6_tnl_dst_store(tunnel, ndst); in ip6gre_xmit2()