Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip6_tunnel.h72 void ip6_tnl_dst_set(struct ip6_tnl *t, struct dst_entry *dst);
/linux-4.4.14/net/ipv6/
Dip6_tunnel.c184 void ip6_tnl_dst_set(struct ip6_tnl *t, struct dst_entry *dst) in ip6_tnl_dst_set() function
189 EXPORT_SYMBOL_GPL(ip6_tnl_dst_set);
1136 ip6_tnl_dst_set(t, ndst); in ip6_tnl_xmit2()
Dip6_gre.c706 ip6_tnl_dst_set(tunnel, ndst); in ip6gre_xmit2()