Searched refs:tmp_hdr (Results 1 – 1 of 1) sorted by relevance
236 void *tmp_hdr; in nl_parse_header() local249 tmp_hdr = npt_alloc(npt, parser->nl_hdr_off); in nl_parse_header()250 if (tmp_hdr == NULL) in nl_parse_header()252 memcpy(tmp_hdr, hdr, len); in nl_parse_header()253 hdr = tmp_hdr; in nl_parse_header()