OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tableset
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/npf/
npf_conf.c
77
nc->
tableset
= npf_tableset_create(0);
95
* any references to the
tableset
.
106
if (nc->
tableset
) {
107
npf_tableset_destroy(nc->
tableset
);
149
npf_tableset_reload(npf, nc->
tableset
, onc->
tableset
);
267
return config->
tableset
;
npf_ifaddr.c
69
t = npf_tableset_getbyname(nc->
tableset
, tname);
90
npf_tableset_t *ts = atomic_load_relaxed(&npf->config)->
tableset
;
npf_ctl.c
226
nc->
tableset
= tblset;
516
nc->
tableset
, &rl);
652
error = npf_tableset_export(npf, nc->
tableset
, resp);
682
error = npf_mk_table(npf, req, resp, nc->
tableset
, &tbl, true);
686
gc_tbl = npf_tableset_swap(nc->
tableset
, tbl);
732
nc->
tableset
, &rl);
815
if ((t = npf_tableset_getbyname(nc->
tableset
, tname)) == NULL) {
npf_impl.h
113
npf_tableset_t *
tableset
;
member in struct:__anon4cd18a6f0108
383
/*
Tableset
interface. */
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025