Lines Matching refs:xtables_match
201 struct xtables_match *xtables_pending_matches;
205 struct xtables_match *xtables_matches;
209 static bool xtables_fully_register_pending_match(struct xtables_match *me,
210 struct xtables_match *prev);
666 struct xtables_match *
670 struct xtables_match *prev = NULL; in xtables_find_match()
671 struct xtables_match **dptr; in xtables_find_match()
672 struct xtables_match *ptr; in xtables_find_match()
705 struct xtables_match *clone; in xtables_find_match()
712 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()
713 memcpy(clone, ptr, sizeof(struct xtables_match)); in xtables_find_match()
767 struct xtables_match *
769 struct xtables_match *match, int revision) in xtables_find_match_revision()
968 static int xtables_match_prefer(const struct xtables_match *a,
969 const struct xtables_match *b);
971 void xtables_register_match(struct xtables_match *me) in xtables_register_match()
973 struct xtables_match **pos; in xtables_register_match()
1095 static int xtables_match_prefer(const struct xtables_match *a, in xtables_match_prefer()
1096 const struct xtables_match *b) in xtables_match_prefer()
1118 static bool xtables_fully_register_pending_match(struct xtables_match *me, in xtables_fully_register_pending_match()
1119 struct xtables_match *prev) in xtables_fully_register_pending_match()
1121 struct xtables_match **i; in xtables_fully_register_pending_match()
1147 void xtables_register_matches(struct xtables_match *match, unsigned int n) in xtables_register_matches()