Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cfgfile/
H A Dversion.map5 rte_cfgfile_add_section;
H A Drte_cfgfile.h121 rte_cfgfile_add_section(struct rte_cfgfile *cfg, const char *sectionname);
H A Drte_cfgfile.c217 rte_cfgfile_add_section(cfg, &buffer[1]); in rte_cfgfile_load_with_params()
308 rte_cfgfile_add_section(cfg, "GLOBAL"); in rte_cfgfile_create()
327 rte_cfgfile_add_section(struct rte_cfgfile *cfg, const char *sectionname) in rte_cfgfile_add_section() function