Searched refs:npf_tableset_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_impl.h91 typedef npf_table_t * npf_tableset_t; typedef
139 npf_tableset_t *, npf_ruleset_t *, npf_rprocset_t *, bool);
142 npf_tableset_t *npf_config_tableset(void);
207 npf_tableset_t *npf_tableset_create(void);
208 void npf_tableset_destroy(npf_tableset_t *);
209 int npf_tableset_insert(npf_tableset_t *, npf_table_t *);
210 void npf_tableset_reload(npf_tableset_t *, npf_tableset_t *);
215 int npf_table_check(const npf_tableset_t *, u_int, int);
216 int npf_table_insert(npf_tableset_t *, u_in
[all...]
H A Dnpf_conf.c65 npf_tableset_t * n_tables;
82 npf_tableset_t *tset;
122 npf_tableset_t *tset, npf_ruleset_t *nset, npf_rprocset_t *rpset,
227 npf_tableset_t *
H A Dnpf_tableset.c114 npf_tableset_t *
123 npf_tableset_destroy(npf_tableset_t *tblset)
148 npf_tableset_insert(npf_tableset_t *tblset, npf_table_t *t)
172 npf_tableset_reload(npf_tableset_t *ntset, npf_tableset_t *otset)
310 npf_table_check(const npf_tableset_t *tset, u_int tid, int type)
351 npf_table_insert(npf_tableset_t *tset, u_int tid, const int alen,
427 npf_table_remove(npf_tableset_t *tset, u_int tid, const int alen,
484 npf_table_lookup(npf_tableset_t *tset, u_int tid,
560 npf_table_list(npf_tableset_t *tse
[all...]
H A Dnpf_instr.c117 npf_tableset_t *tblset = npf_config_tableset();
H A Dnpf_ctl.c81 npf_mk_tables(npf_tableset_t *tblset, prop_array_t tables,
423 npf_tableset_t *tblset = NULL;
758 npf_tableset_t *tblset;
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_table_test.c48 npf_table_test_fill4(npf_tableset_t *tblset, npf_addr_t *addr)
78 npf_tableset_t *tblset;

Completed in 111 milliseconds