Searched refs:ruleops (Results 1 – 1 of 1) sorted by relevance
114 } ruleops[] = { in npfctl_rule() local132 for (unsigned n = 0; ruleops[n].cmd != NULL; n++) { in npfctl_rule()133 if (strcmp(cmd, ruleops[n].cmd) == 0) { in npfctl_rule()134 action = ruleops[n].action; in npfctl_rule()135 extra_arg = ruleops[n].extra_arg; in npfctl_rule()