Home
last modified time | relevance | path

Searched refs:npf_rule_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.sbin/npf/npftest/libnpftest/
Dnpf_rule_test.c249 rl = npf_rule_alloc(npf, rule); in npf_blockall_rule()
/netbsd/src/sys/net/npf/
Dnpf_impl.h433 npf_rule_t * npf_rule_alloc(npf_t *, const nvlist_t *);
Dnpf_ruleset.c605 npf_rule_alloc(npf_t *npf, const nvlist_t *rule) in npf_rule_alloc() function
Dnpf_ctl.c332 if ((rl = npf_rule_alloc(npf, req)) == NULL) { in npf_mk_singlerule()