Searched refs:iph_ext (Results 1 – 1 of 1) sorted by relevance
291 struct tmp_ext *iph_ext; in ah6_output_done() local 295 extlen += sizeof(*iph_ext); in ah6_output_done() 298 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done() 299 icv = ah_tmp_icv(iph_ext, extlen); in ah6_output_done() 306 memcpy(&top_iph->saddr, iph_ext, extlen); in ah6_output_done() 308 memcpy(&top_iph->daddr, iph_ext, extlen); in ah6_output_done() 331 struct tmp_ext *iph_ext; in ah6_output() local 348 extlen += sizeof(*iph_ext); in ah6_output() 360 iph_ext = ah_tmp_ext(iph_base); in ah6_output() 361 seqhi = (__be32 *)((char *)iph_ext in ah6_output() [all...]