Home
last modified time | relevance | path

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

/net/ipv6/
Dah6.c297 struct tmp_ext *iph_ext; in ah6_output_done() local
301 extlen += sizeof(*iph_ext); in ah6_output_done()
304 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
305 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done()
312 memcpy(&top_iph->saddr, iph_ext, extlen); in ah6_output_done()
314 memcpy(&top_iph->daddr, iph_ext, extlen); in ah6_output_done()
337 struct tmp_ext *iph_ext; in ah6_output() local
354 extlen += sizeof(*iph_ext); in ah6_output()
366 iph_ext = ah_tmp_ext(iph_base); in ah6_output()
367 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
[all …]