#include <ebtables_u.h>

Data Fields | |
| char | name [EBT_TABLE_MAXNAMELEN] |
| unsigned int | valid_hooks |
| unsigned int | nentries |
| unsigned int | num_chains |
| unsigned int | max_chains |
| struct ebt_u_entries ** | chains |
| unsigned int | num_counters |
| struct ebt_counter * | counters |
| unsigned int | flags |
| char | command |
| int | selected_chain |
| char * | filename |
| struct ebt_cntchanges * | cc |
| struct ebt_cntchanges* ebt_u_replace::cc |
Referenced by ebt_add_rule(), ebt_cleanup_replace(), ebt_deliver_counters(), and ebt_get_table().
| struct ebt_u_entries** ebt_u_replace::chains |
| char ebt_u_replace::command |
Referenced by do_command(), ebt_cleanup_replace(), ebt_deliver_table(), ebt_get_table(), and main().
| struct ebt_counter* ebt_u_replace::counters |
Referenced by ebt_cleanup_replace(), ebt_deliver_counters(), and ebt_get_table().
| char* ebt_u_replace::filename |
Referenced by do_command(), ebt_cleanup_replace(), ebt_deliver_counters(), ebt_deliver_table(), ebt_get_table(), and main().
| unsigned int ebt_u_replace::flags |
Referenced by do_command(), ebt_check_rule_exists(), ebt_cleanup_replace(), and main().
| unsigned int ebt_u_replace::max_chains |
Referenced by ebt_double_chains(), ebt_get_table(), and ebt_new_chain().
| char ebt_u_replace::name[EBT_TABLE_MAXNAMELEN] |
Referenced by do_command(), ebt_cleanup_replace(), ebt_deliver_counters(), ebt_do_final_checks(), ebt_get_kernel_table(), ebt_get_table(), and main().
| unsigned int ebt_u_replace::nentries |
| unsigned int ebt_u_replace::num_chains |
| unsigned int ebt_u_replace::num_counters |
Referenced by do_command(), ebt_cleanup_replace(), ebt_deliver_counters(), ebt_get_table(), and main().
| int ebt_u_replace::selected_chain |
| unsigned int ebt_u_replace::valid_hooks |
Referenced by ebt_cleanup_replace(), and ebt_get_table().