Home | History | Annotate | Download | only in npf

Lines Matching defs:ts_map

117 	npf_table_t *		ts_map[];
121 (offsetof(npf_tableset_t, ts_map[n]) * sizeof(npf_table_t *))
159 npf_table_t *t = ts->ts_map[tid];
185 if (ts->ts_map[tid] == NULL) {
187 ts->ts_map[tid] = t;
199 npf_table_t *oldt = ts->ts_map[tid];
208 return atomic_swap_ptr(&ts->ts_map[tid], newt);
220 if ((t = ts->ts_map[tid]) == NULL)
232 return atomic_load_relaxed(&ts->ts_map[tid]);
249 if ((t = nts->ts_map[tid]) == NULL) {
276 nts->ts_map[tid] = ot;
297 if ((t = ts->ts_map[tid]) == NULL) {
472 if (!replacing && ts->ts_map[tid] != NULL) {