Searched refs:tmp_hdr (Results 1 – 1 of 1) sorted by relevance
235 void *tmp_hdr; in nl_parse_header() 248 tmp_hdr = npt_alloc(npt, parser->nl_hdr_off); in nl_parse_header() 249 if (tmp_hdr == NULL) in nl_parse_header() 251 memcpy(tmp_hdr, hdr, len); in nl_parse_header() 252 hdr = tmp_hdr; in nl_parse_header() 241 void *tmp_hdr = npt_alloc(npt, parser->nl_hdr_off); nl_parse_header() local