Lines Matching defs:ip6tables_match
45 struct ip6tables_match struct
47 struct ip6tables_match *next; argument
49 ip6t_chainlabel name;
52 u_int8_t revision;
54 const char *version;
57 size_t size;
60 size_t userspacesize;
63 void (*help)(void);
66 void (*init)(struct ip6t_entry_match *m, unsigned int *nfcache);
70 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
76 void (*final_check)(unsigned int flags);
79 void (*print)(const struct ip6t_ip6 *ip,
83 void (*save)(const struct ip6t_ip6 *ip,
87 const struct option *extra_opts;
90 unsigned int option_offset;
91 struct ip6t_entry_match *m;
92 unsigned int mflags;
94 unsigned int loaded; /* simulate loading so options are merged properly */