Lines Matching refs:match
31 struct iptables_match *match;
41 /* Revision of match (0 by default). */
46 /* Size of match data. */
49 /* Size of match data relevent for userspace comparison purposes */
55 /* Initialize the match. */
63 struct ipt_entry_match **match);
68 /* Prints out the match iff non-NULL: put space at end */
70 const struct ipt_entry_match *match, int numeric);
72 /* Saves the match info in parsable form to stdout. */
74 const struct ipt_entry_match *match);
169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);