OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npf_config_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/npf/
npf_conf.c
66
npf_config_t
*nc;
84
npf_config_t
*
87
return kmem_zalloc(sizeof(
npf_config_t
), KM_SLEEP);
91
npf_config_destroy(
npf_config_t
*nc)
109
kmem_free(nc, sizeof(
npf_config_t
));
134
npf_config_load(npf_t *npf,
npf_config_t
*nc, npf_conndb_t *conns, bool flush)
137
npf_config_t
*onc;
198
npf_config_t
*
249
npf_config_t
*config = atomic_load_consume(&npf->config);
257
npf_config_t
*config = atomic_load_consume(&npf->config)
[
all
...]
npf_impl.h
115
}
npf_config_t
;
typedef in typeref:struct:__anon7061
215
npf_config_t
* config;
292
npf_config_t
* npf_config_enter(npf_t *);
299
npf_config_t
* npf_config_create(void);
300
void npf_config_destroy(
npf_config_t
*);
301
void npf_config_load(npf_t *,
npf_config_t
*, npf_conndb_t *, bool);
npf_ctl.c
196
npf_mk_tables(npf_t *npf, const nvlist_t *req, nvlist_t *resp,
npf_config_t
*nc)
261
npf_mk_rprocs(npf_t *npf, const nvlist_t *req, nvlist_t *resp,
npf_config_t
*nc)
399
npf_mk_rules(npf_t *npf, const nvlist_t *req, nvlist_t *resp,
npf_config_t
*nc)
490
npf_mk_natlist(npf_t *npf, const nvlist_t *req, nvlist_t *resp,
npf_config_t
*nc)
531
npf_config_t
*nc, npf_conndb_t **conndb)
570
npf_config_t
*nc;
628
npf_config_t
*nc;
678
npf_config_t
*nc;
710
npf_config_t
*nc;
805
npf_config_t
*nc
[
all
...]
npf_ifaddr.c
55
npf_config_t
*nc;
Completed in 16 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026