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