Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c340 struct rte_cfgfile_section *n_sections = in rte_cfgfile_add_section() local
346 if (n_sections == NULL) in rte_cfgfile_add_section()
350 n_sections[i + cfg->allocated_sections].num_entries = 0; in rte_cfgfile_add_section()
351 n_sections[i + in rte_cfgfile_add_section()
353 n_sections[i + cfg->allocated_sections].entries = NULL; in rte_cfgfile_add_section()
355 cfg->sections = n_sections; in rte_cfgfile_add_section()