Public Attributes | |
char | name [EBT_FUNCTION_MAXNAMELEN] |
unsigned int | size |
void(* | help )(void) |
void(* | init )(struct ebt_entry_watcher *w) |
int(* | parse )(int c, char **argv, int argc, const struct ebt_u_entry *entry, unsigned int *flags, struct ebt_entry_watcher **watcher) |
void(* | final_check )(const struct ebt_u_entry *entry, const struct ebt_entry_watcher *watch, const char *name, unsigned int hookmask, unsigned int time) |
void(* | print )(const struct ebt_u_entry *entry, const struct ebt_entry_watcher *watcher) |
int(* | compare )(const struct ebt_entry_watcher *w1, const struct ebt_entry_watcher *w2) |
const struct option * | extra_ops |
unsigned int | flags |
unsigned int | option_offset |
struct ebt_entry_watcher * | w |
unsigned int | used |
struct ebt_u_watcher * | next |
Definition at line 177 of file ebtables_u.h.