Searched refs:tmp_ext (Results 1 – 1 of 1) sorted by relevance
236 } *tmp_ext; in ah6_output() local250 tmp_ext = NULL; in ah6_output()253 extlen += sizeof(*tmp_ext); in ah6_output()254 tmp_ext = kmalloc(extlen, GFP_ATOMIC); in ah6_output()255 if (!tmp_ext) { in ah6_output()260 memcpy(tmp_ext, &top_iph->saddr, extlen); in ah6_output()262 memcpy(tmp_ext, &top_iph->daddr, extlen); in ah6_output()265 extlen - sizeof(*tmp_ext) + in ah6_output()297 if (tmp_ext) { in ah6_output()299 memcpy(&top_iph->saddr, tmp_ext, extlen); in ah6_output()[all …]