ilb_rule_tq_t
ilb_rule_tq_t *arg;
arg = kmem_alloc(sizeof (ilb_rule_tq_t), KM_SLEEP);
ilb_stack_t *ilbs = ((ilb_rule_tq_t *)arg)->ilbs;
ilb_rule_t *rule = ((ilb_rule_tq_t *)arg)->rule;
kmem_free(arg, sizeof (ilb_rule_tq_t));
ilb_rule_tq_t *arg;
arg = kmem_alloc(sizeof (ilb_rule_tq_t), KM_SLEEP);