HomeSort by: relevance | last modified time | path
    Searched refs:npf_rule_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_l2rule_test.c 124 rl = npf_rule_alloc(npf, rule);
npf_rule_test.c 278 rl = npf_rule_alloc(npf, rule);
  /src/sys/net/npf/
npf_impl.h 437 npf_rule_t * npf_rule_alloc(npf_t *, const nvlist_t *);
npf_ctl.c 332 if ((rl = npf_rule_alloc(npf, req)) == NULL) {
npf_ruleset.c 606 * npf_rule_alloc: allocate a rule and initialise it.
609 npf_rule_alloc(npf_t *npf, const nvlist_t *rule) function in typeref:typename:npf_rule_t *

Completed in 13 milliseconds