HomeSort by: relevance | last modified time | path
    Searched defs:npf_table_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/npf/
npf_impl.h 95 typedef struct npf_table npf_table_t; typedef in typeref:struct:npf_table
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 *);
396 npf_table_t * npf_table_create(const char *, u_int, int, const void *, size_t);
397 void npf_table_destroy(npf_table_t *);
399 u_int npf_table_getid(npf_table_t *);
401 int npf_table_insert(npf_table_t *, const int
    [all...]

Completed in 11 milliseconds