Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c16 struct rte_cfgfile_section { struct
27 struct rte_cfgfile_section *sections; argument
89 static struct rte_cfgfile_section *
103 _add_entry(struct rte_cfgfile_section *section, const char *entryname, in _add_entry()
290 sizeof(struct rte_cfgfile_section)); in rte_cfgfile_create()
340 struct rte_cfgfile_section *n_sections = in rte_cfgfile_add_section()
342 sizeof(struct rte_cfgfile_section) * in rte_cfgfile_add_section()
381 struct rte_cfgfile_section *curr_section = _get_section(cfg, in rte_cfgfile_add_entry()
400 struct rte_cfgfile_section *curr_section = _get_section(cfg, in rte_cfgfile_set_entry()
514 const struct rte_cfgfile_section *sect = &(cfg->sections[index]); in rte_cfgfile_section_num_entries_by_index()
[all …]