Lines Matching defs:iph2
237 const struct ipv6hdr *iph2;
243 iph2 = (struct ipv6hdr *)(p->data + off);
244 first_word = *(__be32 *)iph ^ *(__be32 *)iph2;
249 * (nlen != (sizeof(*iph2) + ipv6_exthdrs_len(iph2, &ops)))
253 !ipv6_addr_equal(&iph->saddr, &iph2->saddr) ||
254 !ipv6_addr_equal(&iph->daddr, &iph2->daddr) ||
255 iph->nexthdr != iph2->nexthdr) {
261 if (memcmp(iph + 1, iph2 + 1,
267 (__force __be32)(iph->hop_limit ^ iph2->hop_limit));