Lines Matching refs:iph_ext
291 struct tmp_ext *iph_ext;
295 extlen += sizeof(*iph_ext);
298 iph_ext = ah_tmp_ext(iph_base);
299 icv = ah_tmp_icv(iph_ext, extlen);
306 memcpy(&top_iph->saddr, iph_ext, extlen);
308 memcpy(&top_iph->daddr, iph_ext, extlen);
331 struct tmp_ext *iph_ext;
348 extlen += sizeof(*iph_ext);
360 iph_ext = ah_tmp_ext(iph_base);
361 seqhi = (__be32 *)((char *)iph_ext + extlen);
383 memcpy(iph_ext, &top_iph->saddr, extlen);
385 memcpy(iph_ext, &top_iph->daddr, extlen);
388 extlen - sizeof(*iph_ext) +
439 memcpy(&top_iph->saddr, iph_ext, extlen);
441 memcpy(&top_iph->daddr, iph_ext, extlen);