OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npf_tableset_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/npf/
npf_impl.h
96
typedef struct npf_tableset
npf_tableset_t
;
typedef in typeref:struct:npf_tableset
113
npf_tableset_t
* tableset;
304
npf_tableset_t
*npf_config_tableset(npf_t *npf);
387
npf_tableset_t
*npf_tableset_create(u_int);
388
void npf_tableset_destroy(
npf_tableset_t
*);
389
int npf_tableset_insert(
npf_tableset_t
*, npf_table_t *);
390
npf_table_t * npf_tableset_getbyname(
npf_tableset_t
*, const char *);
391
npf_table_t * npf_tableset_getbyid(
npf_tableset_t
*, u_int);
392
npf_table_t * npf_tableset_swap(
npf_tableset_t
*, npf_table_t *);
393
void npf_tableset_reload(npf_t *,
npf_tableset_t
*, npf_tableset_t *)
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025