Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dsit.c72 static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst,
627 const struct in6_addr *v6dst) in only_dnatted() argument
637 return ipv6_chk_custom_prefix(v6dst, prefix_len, tunnel->dev); in only_dnatted()
807 static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst, in check_6rd() argument
811 if (ipv6_prefix_equal(v6dst, &tunnel->ip6rd.prefix, in check_6rd()
821 (ntohl(v6dst->s6_addr32[pbw0]) << pbi0) >> in check_6rd()
826 d |= ntohl(v6dst->s6_addr32[pbw0 + 1]) >> in check_6rd()
833 if (v6dst->s6_addr16[0] == htons(0x2002)) { in check_6rd()
835 memcpy(v4dst, &v6dst->s6_addr16[1], 4); in check_6rd()
843 const struct in6_addr *v6dst) in try_6rd() argument
[all …]