Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dah6.c291 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()
383 memcpy(iph_ext, &top_iph->saddr, extlen); in ah6_output()
[all …]