Lines Matching defs:xtables_target
283 struct xtables_target struct
291 struct xtables_target *next; argument
294 const char *name;
297 const char *real_name;
300 u_int8_t revision;
303 u_int8_t ext_flags;
305 u_int16_t family;
309 size_t size;
312 size_t userspacesize;
315 void (*help)(void);
318 void (*init)(struct xt_entry_target *t);
323 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
328 void (*final_check)(unsigned int flags);
331 void (*print)(const void *ip,
335 void (*save)(const void *ip,
339 const char *(*alias)(const struct xt_entry_target *target);
342 const struct option *extra_opts;
345 void (*x6_parse)(struct xt_option_call *);
346 void (*x6_fcheck)(struct xt_fcheck_call *);
347 const struct xt_option_entry *x6_options;
349 size_t udata_size;
352 void *udata;
353 unsigned int option_offset;
354 struct xt_entry_target *t;
355 unsigned int tflags;
356 unsigned int used;
357 unsigned int loaded; /* simulate loading so options are merged properly */