Home | History | Annotate | Download | only in include

Lines Matching refs:match

37 	struct iptables_match *match;
51 /* Revision of match (0 by default). */
56 /* Size of match data. */
59 /* Size of match data relevent for userspace comparison purposes */
65 /* Initialize the match. */
73 struct ipt_entry_match **match);
78 /* Prints out the match iff non-NULL: put space at end */
80 const struct ipt_entry_match *match, int numeric);
82 /* Saves the match info in parsable form to stdout. */
84 const struct ipt_entry_match *match);
184 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);