Lines Matching refs:xtables_match
225 struct xtables_match { struct
232 struct xtables_match *next; argument
384 struct xtables_match *match;
447 extern struct xtables_match *xtables_matches;
466 extern struct xtables_match *xtables_find_match(const char *name,
468 extern struct xtables_match *xtables_find_match_revision(const char *name,
469 enum xtables_tryload tryload, struct xtables_match *match,
482 extern void xtables_register_match(struct xtables_match *me);
483 extern void xtables_register_matches(struct xtables_match *, unsigned int);
620 struct xtables_match *, void *);
622 extern void xtables_option_mfcall(struct xtables_match *);