ipfw_rule_ref
struct ipfw_rule_ref *r;
r = (struct ipfw_rule_ref *)(tag + 1);
struct ipfw_rule_ref *r;
r = (struct ipfw_rule_ref *)(tag + 1);
cookie = ((struct ipfw_rule_ref *)(mtag+1))->rulenum;
(((struct ipfw_rule_ref *)(mtag+1))->info));
struct ipfw_rule_ref *dt;
sizeof(struct ipfw_rule_ref), M_NOWAIT | M_ZERO);
dt = (struct ipfw_rule_ref *)(mtag+1);
struct ipfw_rule_ref rule; /* matching rule */
args.rule = *((struct ipfw_rule_ref *)(tag+1));
args.rule = *((struct ipfw_rule_ref *)(mtag+1));
sizeof(struct ipfw_rule_ref), M_NOWAIT);
*((struct ipfw_rule_ref *)(tag+1)) = args->rule;
struct ipfw_rule_ref rule; /* match/restart info */