Lines Matching defs:match
145 * (cf. xtables_{match,target}->udata_size)
174 struct xt_entry_match **match;
185 * (cf. xtables_{match,target}->udata_size)
222 /* Revision of match (0 by default). */
230 /* Size of match data. */
233 /* Size of match data relevent for userspace comparison purposes */
239 /* Initialize the match. */
247 struct xt_entry_match **match);
252 /* Prints out the match iff non-NULL: put space at end */
255 const struct xt_entry_match *match, int numeric);
257 /* Saves the match info in parsable form to stdout. */
259 void (*save)(const void *ip, const struct xt_entry_match *match);
261 /* Print match name or alias */
262 const char *(*alias)(const struct xt_entry_match *match);
362 struct xtables_match *match;
432 enum xtables_tryload, struct xtables_rule_match **match);