Lines Matching refs:xtables_match
193 struct xtables_match *xtables_pending_matches;
197 struct xtables_match *xtables_matches;
201 static void xtables_fully_register_pending_match(struct xtables_match *me);
616 struct xtables_match *
620 struct xtables_match **dptr; in xtables_find_match()
621 struct xtables_match *ptr; in xtables_find_match()
650 struct xtables_match *clone; in xtables_find_match()
657 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()
658 memcpy(clone, ptr, sizeof(struct xtables_match)); in xtables_find_match()
847 void xtables_register_match(struct xtables_match *me) in xtables_register_match()
927 static int xtables_match_prefer(const struct xtables_match *a, in xtables_match_prefer()
928 const struct xtables_match *b) in xtables_match_prefer()
950 static void xtables_fully_register_pending_match(struct xtables_match *me) in xtables_fully_register_pending_match()
952 struct xtables_match **i, *old; in xtables_fully_register_pending_match()
998 void xtables_register_matches(struct xtables_match *match, unsigned int n) in xtables_register_matches()