#include <ebtables_u.h>
Data Fields | |
char | name [EBT_FUNCTION_MAXNAMELEN] |
unsigned int | size |
void(* | help )(void) |
void(* | init )(struct ebt_entry_match *m) |
int(* | parse )(int c, char **argv, int argc, const struct ebt_u_entry *entry, unsigned int *flags, struct ebt_entry_match **match) |
void(* | final_check )(const struct ebt_u_entry *entry, const struct ebt_entry_match *match, const char *name, unsigned int hookmask, unsigned int time) |
void(* | print )(const struct ebt_u_entry *entry, const struct ebt_entry_match *match) |
int(* | compare )(const struct ebt_entry_match *m1, const struct ebt_entry_match *m2) |
const struct option * | extra_ops |
unsigned int | flags |
unsigned int | option_offset |
struct ebt_entry_match * | m |
unsigned int | used |
struct ebt_u_match * | next |
int(* ebt_u_match::compare)(const struct ebt_entry_match *m1, const struct ebt_entry_match *m2) |
Referenced by ebt_check_rule_exists().
const struct option* ebt_u_match::extra_ops |
void(* ebt_u_match::final_check)(const struct ebt_u_entry *entry, const struct ebt_entry_match *match, const char *name, unsigned int hookmask, unsigned int time) |
Referenced by do_command(), and ebt_do_final_checks().
unsigned int ebt_u_match::flags |
Referenced by do_command(), and ebt_reinit_extensions().
void(* ebt_u_match::help)(void) |
void(* ebt_u_match::init)(struct ebt_entry_match *m) |
Referenced by ebt_register_match(), and ebt_reinit_extensions().
struct ebt_entry_match* ebt_u_match::m |
char ebt_u_match::name[EBT_FUNCTION_MAXNAMELEN] |
Referenced by ebt_find_match(), ebt_list_extensions(), ebt_register_match(), and ebt_reinit_extensions().
struct ebt_u_match* ebt_u_match::next |
Referenced by do_command(), ebt_find_match(), ebt_iterate_matches(), ebt_list_extensions(), ebt_register_match(), and ebt_reinit_extensions().
unsigned int ebt_u_match::option_offset |
Referenced by do_command().
int(* ebt_u_match::parse)(int c, char **argv, int argc, const struct ebt_u_entry *entry, unsigned int *flags, struct ebt_entry_match **match) |
Referenced by do_command().
void(* ebt_u_match::print)(const struct ebt_u_entry *entry, const struct ebt_entry_match *match) |
unsigned int ebt_u_match::size |
Referenced by ebt_register_match(), and ebt_reinit_extensions().
unsigned int ebt_u_match::used |
Referenced by do_command(), and ebt_reinit_extensions().