Searched refs:tmp_hdr (Results 1 – 1 of 1) sorted by relevance
229 void *tmp_hdr = npt_alloc(npt, parser->nl_hdr_off); in nl_parse_header() local230 if (tmp_hdr == NULL) in nl_parse_header()232 memcpy(tmp_hdr, hdr, len); in nl_parse_header()233 hdr = tmp_hdr; in nl_parse_header()