Lines Matching refs:iph_ext
294 struct tmp_ext *iph_ext;
298 extlen += sizeof(*iph_ext);
301 iph_ext = ah_tmp_ext(iph_base);
302 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen);
309 memcpy(&top_iph->saddr, iph_ext, extlen);
311 memcpy(&top_iph->daddr, iph_ext, extlen);
334 struct tmp_ext *iph_ext;
351 extlen += sizeof(*iph_ext);
363 iph_ext = ah_tmp_ext(iph_base);
364 seqhi = (__be32 *)((char *)iph_ext + extlen);
386 memcpy(iph_ext, &top_iph->saddr, extlen);
388 memcpy(iph_ext, &top_iph->daddr, extlen);
391 extlen - sizeof(*iph_ext) +
442 memcpy(&top_iph->saddr, iph_ext, extlen);
444 memcpy(&top_iph->daddr, iph_ext, extlen);