Home | History | Annotate | Download | only in libnpf

Lines Matching refs:nl_table_t

47 typedef struct nl_table		nl_table_t;
149 nl_table_t * npf_table_create(const char *, unsigned, int);
150 const char * npf_table_getname(nl_table_t *);
151 unsigned npf_table_getid(nl_table_t *);
152 int npf_table_gettype(nl_table_t *);
153 int npf_table_add_entry(nl_table_t *, int,
155 int npf_table_insert(nl_config_t *, nl_table_t *);
156 void npf_table_destroy(nl_table_t *);
158 int npf_table_replace(int, nl_table_t *, npf_error_t *);
167 nl_table_t * npf_table_iterate(nl_config_t *, nl_iter_t *);