Home | History | Annotate | Download | only in libxtables

Lines Matching refs:xtables_rule_match

595 		   struct xtables_rule_match **matches)
670 struct xtables_rule_match **i;
671 struct xtables_rule_match *newentry;
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1078 /* receives a list of xtables_rule_match, release them */
1079 void xtables_rule_matches_free(struct xtables_rule_match **matches)
1081 struct xtables_rule_match *matchp, *tmp;