Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dah6.c307 struct tmp_ext *iph_ext; in ah6_output_done() local
311 extlen += sizeof(*iph_ext); in ah6_output_done()
314 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
315 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done()
322 memcpy(&top_iph->saddr, iph_ext, extlen); in ah6_output_done()
324 memcpy(&top_iph->daddr, iph_ext, extlen); in ah6_output_done()
347 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 …]