Searched refs:v6dst (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | sit.c | 71 static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst, 622 const struct in6_addr *v6dst) in only_dnatted() argument 632 return ipv6_chk_custom_prefix(v6dst, prefix_len, tunnel->dev); in only_dnatted() 804 static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst, in check_6rd() argument 808 if (ipv6_prefix_equal(v6dst, &tunnel->ip6rd.prefix, in check_6rd() 818 (ntohl(v6dst->s6_addr32[pbw0]) << pbi0) >> in check_6rd() 823 d |= ntohl(v6dst->s6_addr32[pbw0 + 1]) >> in check_6rd() 830 if (v6dst->s6_addr16[0] == htons(0x2002)) { in check_6rd() 832 memcpy(v4dst, &v6dst->s6_addr16[1], 4); in check_6rd() 840 const struct in6_addr *v6dst) in try_6rd() argument [all …]
|