Public Attributes | |
char | name [EBT_FUNCTION_MAXNAMELEN] |
unsigned int | size |
void(* | help )(void) |
void(* | init )(struct ebt_entry_target *t) |
int(* | parse )(int c, char **argv, int argc, const struct ebt_u_entry *entry, unsigned int *flags, struct ebt_entry_target **target) |
void(* | final_check )(const struct ebt_u_entry *entry, const struct ebt_entry_target *target, const char *name, unsigned int hookmask, unsigned int time) |
void(* | print )(const struct ebt_u_entry *entry, const struct ebt_entry_target *target) |
int(* | compare )(const struct ebt_entry_target *t1, const struct ebt_entry_target *t2) |
const struct option * | extra_ops |
unsigned int | option_offset |
unsigned int | flags |
struct ebt_entry_target * | t |
unsigned int | used |
struct ebt_u_target * | next |
Definition at line 201 of file ebtables_u.h.