Lines Matching defs:iptables_match
35 struct iptables_match struct
37 struct iptables_match *next; argument
39 ipt_chainlabel name;
42 u_int8_t revision;
44 const char *version;
47 size_t size;
50 size_t userspacesize;
53 void (*help)(void);
56 void (*init)(struct ipt_entry_match *m, unsigned int *nfcache);
60 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
66 void (*final_check)(unsigned int flags);
69 void (*print)(const struct ipt_ip *ip,
73 void (*save)(const struct ipt_ip *ip,
77 const struct option *extra_opts;
80 unsigned int option_offset;
81 struct ipt_entry_match *m;
82 unsigned int mflags;
84 unsigned int loaded; /* simulate loading so options are merged properly */