Home
last modified time | relevance | path

Searched refs:npf_table_check (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_impl.h397 int npf_table_check(npf_tableset_t *, const char *, uint64_t, uint64_t, bool);
H A Dnpf_tableset.c464 npf_table_check(npf_tableset_t *ts, const char *name, uint64_t tid, in npf_table_check() function
H A Dnpf_ctl.c164 error = npf_table_check(tblset, name, tid, type, replacing); in npf_mk_table()