Home | History | Annotate | Download | only in libxtables

Lines Matching refs:newentry

694 		struct xtables_rule_match *newentry;
696 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
703 newentry->match = ptr;
704 newentry->completed = false;
705 newentry->next = NULL;
706 *i = newentry;