HomeSort by: relevance | last modified time | path
    Searched defs:current_group (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_build.c 64 static nl_rule_t * current_group[MAX_RULE_NESTING]; variable in typeref:typename:nl_rule_t * []
77 memset(current_group, 0, sizeof(current_group));
781 current_group[++rule_nesting_level] = rl;
790 parent = current_group[rule_nesting_level - 1];
791 group = current_group[rule_nesting_level];
792 current_group[rule_nesting_level--] = NULL;
857 cg = current_group[rule_nesting_level];
887 cg = current_group[rule_nesting_level];
npf_build.c 64 static nl_rule_t * current_group[MAX_RULE_NESTING]; variable in typeref:typename:nl_rule_t * []
77 memset(current_group, 0, sizeof(current_group));
781 current_group[++rule_nesting_level] = rl;
790 parent = current_group[rule_nesting_level - 1];
791 group = current_group[rule_nesting_level];
792 current_group[rule_nesting_level--] = NULL;
857 cg = current_group[rule_nesting_level];
887 cg = current_group[rule_nesting_level];

Completed in 22 milliseconds