#include <ebtables_u.h>
Data Fields | |
unsigned int | bitmask |
unsigned int | invflags |
uint16_t | ethproto |
char | in [IFNAMSIZ] |
char | logical_in [IFNAMSIZ] |
char | out [IFNAMSIZ] |
char | logical_out [IFNAMSIZ] |
unsigned char | sourcemac [ETH_ALEN] |
unsigned char | sourcemsk [ETH_ALEN] |
unsigned char | destmac [ETH_ALEN] |
unsigned char | destmsk [ETH_ALEN] |
struct ebt_u_match_list * | m_list |
struct ebt_u_watcher_list * | w_list |
struct ebt_entry_target * | t |
struct ebt_u_entry * | prev |
struct ebt_u_entry * | next |
struct ebt_counter | cnt |
struct ebt_counter | cnt_surplus |
struct ebt_cntchanges * | cc |
struct ebt_u_replace * | replace |
unsigned int ebt_u_entry::bitmask |
Referenced by do_command(), ebt_check_rule_exists(), and ebt_initialize_entry().
struct ebt_cntchanges* ebt_u_entry::cc |
Referenced by ebt_add_rule(), ebt_change_counters(), ebt_delete_rule(), ebt_empty_chain(), and ebt_zero_counters().
struct ebt_counter ebt_u_entry::cnt |
struct ebt_counter ebt_u_entry::cnt_surplus |
Referenced by do_command(), ebt_change_counters(), ebt_deliver_counters(), and ebt_initialize_entry().
Referenced by do_command(), and ebt_check_rule_exists().
Referenced by do_command().
uint16_t ebt_u_entry::ethproto |
Referenced by do_command(), ebt_check_rule_exists(), and ebt_initialize_entry().
char ebt_u_entry::in[IFNAMSIZ] |
Referenced by do_command(), ebt_check_rule_exists(), and ebt_initialize_entry().
unsigned int ebt_u_entry::invflags |
Referenced by do_command(), ebt_check_rule_exists(), and ebt_initialize_entry().
char ebt_u_entry::logical_in[IFNAMSIZ] |
Referenced by do_command(), ebt_check_rule_exists(), and ebt_initialize_entry().
char ebt_u_entry::logical_out[IFNAMSIZ] |
Referenced by do_command(), ebt_check_rule_exists(), and ebt_initialize_entry().
struct ebt_u_match_list* ebt_u_entry::m_list |
struct ebt_u_entry* ebt_u_entry::next |
char ebt_u_entry::out[IFNAMSIZ] |
Referenced by do_command(), ebt_check_rule_exists(), and ebt_initialize_entry().
struct ebt_u_entry* ebt_u_entry::prev |
Referenced by ebt_add_rule(), ebt_delete_rule(), and ebt_empty_chain().
struct ebt_u_replace* ebt_u_entry::replace |
Referenced by do_command().
Referenced by do_command(), and ebt_check_rule_exists().
Referenced by do_command().
struct ebt_entry_target* ebt_u_entry::t |
struct ebt_u_watcher_list* ebt_u_entry::w_list |