Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dah6.c309 struct tmp_ext *iph_ext; in ah6_output_done() local
313 extlen += sizeof(*iph_ext); in ah6_output_done()
316 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
317 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done()
324 memcpy(&top_iph->saddr, iph_ext, extlen); in ah6_output_done()
326 memcpy(&top_iph->daddr, iph_ext, extlen); in ah6_output_done()
349 struct tmp_ext *iph_ext; in ah6_output() local
366 extlen += sizeof(*iph_ext); in ah6_output()
378 iph_ext = ah_tmp_ext(iph_base); in ah6_output()
379 seqhi = (__be32 *)((char *)iph_ext + extlen); in ah6_output()
[all …]