iph_ext           297 net/ipv6/ah6.c 	struct tmp_ext *iph_ext;
iph_ext           301 net/ipv6/ah6.c 		extlen += sizeof(*iph_ext);
iph_ext           304 net/ipv6/ah6.c 	iph_ext = ah_tmp_ext(iph_base);
iph_ext           305 net/ipv6/ah6.c 	icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen);
iph_ext           312 net/ipv6/ah6.c 		memcpy(&top_iph->saddr, iph_ext, extlen);
iph_ext           314 net/ipv6/ah6.c 		memcpy(&top_iph->daddr, iph_ext, extlen);
iph_ext           337 net/ipv6/ah6.c 	struct tmp_ext *iph_ext;
iph_ext           354 net/ipv6/ah6.c 		extlen += sizeof(*iph_ext);
iph_ext           366 net/ipv6/ah6.c 	iph_ext = ah_tmp_ext(iph_base);
iph_ext           367 net/ipv6/ah6.c 	seqhi = (__be32 *)((char *)iph_ext + extlen);
iph_ext           389 net/ipv6/ah6.c 		memcpy(iph_ext, &top_iph->saddr, extlen);
iph_ext           391 net/ipv6/ah6.c 		memcpy(iph_ext, &top_iph->daddr, extlen);
iph_ext           394 net/ipv6/ah6.c 						 extlen - sizeof(*iph_ext) +
iph_ext           445 net/ipv6/ah6.c 		memcpy(&top_iph->saddr, iph_ext, extlen);
iph_ext           447 net/ipv6/ah6.c 		memcpy(&top_iph->daddr, iph_ext, extlen);