Home
last modified time | relevance | path

Searched refs:tableset (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_conf.c77 nc->tableset = npf_tableset_create(0); in npf_config_init()
106 if (nc->tableset) { in npf_config_destroy()
107 npf_tableset_destroy(nc->tableset); in npf_config_destroy()
149 npf_tableset_reload(npf, nc->tableset, onc->tableset); in npf_config_load()
267 return config->tableset; in npf_config_tableset()
H A Dnpf_ctl.c226 nc->tableset = tblset; in npf_mk_tables()
507 nc->tableset, &rl); in npf_mk_natlist()
643 error = npf_tableset_export(npf, nc->tableset, resp); in npfctl_save()
673 error = npf_mk_table(npf, req, resp, nc->tableset, &tbl, true); in npfctl_table_replace()
677 gc_tbl = npf_tableset_swap(nc->tableset, tbl); in npfctl_table_replace()
723 nc->tableset, &rl); in npfctl_rule()
806 if ((t = npf_tableset_getbyname(nc->tableset, tname)) == NULL) { in npfctl_table()
H A Dnpf_ifaddr.c69 t = npf_tableset_getbyname(nc->tableset, tname); in lookup_ifnet_table()
90 npf_tableset_t *ts = atomic_load_relaxed(&npf->config)->tableset; in replace_ifnet_table()
H A Dnpf_impl.h111 npf_tableset_t * tableset; member
/netbsd-src/external/bsd/flex/dist/src/
H A Dflex.skl1105 flex_uint32_t bread; /**< bytes read since beginning of current tableset */