Home | History | Annotate | Download | only in npf

Lines Matching refs:npf_tableset_t

96 typedef struct npf_tableset	npf_tableset_t;
113 npf_tableset_t * tableset;
304 npf_tableset_t *npf_config_tableset(npf_t *npf);
387 npf_tableset_t *npf_tableset_create(u_int);
388 void npf_tableset_destroy(npf_tableset_t *);
389 int npf_tableset_insert(npf_tableset_t *, npf_table_t *);
390 npf_table_t * npf_tableset_getbyname(npf_tableset_t *, const char *);
391 npf_table_t * npf_tableset_getbyid(npf_tableset_t *, u_int);
392 npf_table_t * npf_tableset_swap(npf_tableset_t *, npf_table_t *);
393 void npf_tableset_reload(npf_t *, npf_tableset_t *, npf_tableset_t *);
394 int npf_tableset_export(npf_t *, const npf_tableset_t *, nvlist_t *);
400 int npf_table_check(npf_tableset_t *, const char *, uint64_t, uint64_t, bool);