Home
last modified time | relevance | path

Searched refs:npf_table_getid (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_ifaddr.c73 tid = npf_table_getid(t); in lookup_ifnet_table()
H A Dnpf_impl.h396 u_int npf_table_getid(npf_table_t *);
H A Dnpf_tableset.c455 npf_table_getid(npf_table_t *t) in npf_table_getid() function
/netbsd-src/lib/libnpf/
H A Dnpf.h149 unsigned npf_table_getid(nl_table_t *);
H A Dnpf.c1304 npf_table_getid(nl_table_t *tl) in npf_table_getid() function
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_build.c188 return tl ? npf_table_getid(tl) : (unsigned)-1; in npfctl_table_getid()
199 if (npf_table_getid(tl) == tid) { in npfctl_table_getname()
H A Dnpf_cmd.c275 tid = npf_table_getid(t); in npfctl_table_replace()