Lines Matching refs:npf_table_t
95 typedef struct npf_table npf_table_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 *);
396 npf_table_t * npf_table_create(const char *, u_int, int, const void *, size_t);
397 void npf_table_destroy(npf_table_t *);
399 u_int npf_table_getid(npf_table_t *);
401 int npf_table_insert(npf_table_t *, const int,
403 int npf_table_remove(npf_table_t *, const int,
405 int npf_table_lookup(npf_table_t *, const int, const npf_addr_t *);
406 npf_addr_t * npf_table_getsome(npf_table_t *, const int, unsigned);
407 int npf_table_list(npf_table_t *, void *, size_t);
408 int npf_table_flush(npf_table_t *);
409 void npf_table_gc(npf_t *, npf_table_t *);