Home | History | Annotate | Download | only in libxtables

Lines Matching refs:newentry

671 		struct xtables_rule_match *newentry;
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
679 newentry->match = ptr;
680 newentry->completed = false;
681 newentry->next = NULL;
682 *i = newentry;