Home
last modified time | relevance | path

Searched refs:iph_ext (Results 1 – 1 of 1) sorted by relevance

/net/ipv6/
Dah6.c308 struct tmp_ext *iph_ext; in ah6_output_done() local
312 extlen += sizeof(*iph_ext); in ah6_output_done()
315 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
316 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done()
323 memcpy(&top_iph->saddr, iph_ext, extlen); in ah6_output_done()
325 memcpy(&top_iph->daddr, iph_ext, extlen); in ah6_output_done()
348 struct tmp_ext *iph_ext; in ah6_output() local
364 extlen += sizeof(*iph_ext); in ah6_output()
376 iph_ext = ah_tmp_ext(iph_base); in ah6_output()
377 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
[all …]