HomeSort by: relevance | last modified time | path
    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 75 milliseconds