Lines Matching refs:npf_tableset_t
121 (offsetof(npf_tableset_t, ts_map[n]) * sizeof(npf_table_t *))
143 npf_tableset_t *
146 npf_tableset_t *ts = kmem_zalloc(NPF_TABLESET_SIZE(nitems), KM_SLEEP);
152 npf_tableset_destroy(npf_tableset_t *ts)
178 npf_tableset_insert(npf_tableset_t *ts, npf_table_t *t)
196 npf_tableset_swap(npf_tableset_t *ts, npf_table_t *newt)
215 npf_tableset_getbyname(npf_tableset_t *ts, const char *name)
229 npf_tableset_getbyid(npf_tableset_t *ts, unsigned tid)
244 npf_tableset_reload(npf_t *npf, npf_tableset_t *nts, npf_tableset_t *ots)
288 npf_tableset_export(npf_t *npf, const npf_tableset_t *ts, nvlist_t *nvl)
464 npf_table_check(npf_tableset_t *ts, const char *name, uint64_t tid,