Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dah6.c294 struct tmp_ext *iph_ext; in ah6_output_done() local
298 extlen += sizeof(*iph_ext); in ah6_output_done()
301 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
309 memcpy(&top_iph->saddr, iph_ext, extlen); in ah6_output_done()
311 memcpy(&top_iph->daddr, iph_ext, extlen); in ah6_output_done()
334 struct tmp_ext *iph_ext; in ah6_output() local
351 extlen += sizeof(*iph_ext); in ah6_output()
363 iph_ext = ah_tmp_ext(iph_base); in ah6_output()
386 memcpy(iph_ext, &top_iph->saddr, extlen); in ah6_output()
388 memcpy(iph_ext, &top_iph->daddr, extlen); in ah6_output()
[all …]