Searched refs:ebt_table (Results 1 – 6 of 6) sorted by relevance
7 struct ebt_table;15 struct ebt_table *broute_table;16 struct ebt_table *frame_filter;17 struct ebt_table *frame_nat;
94 struct ebt_table { struct111 extern struct ebt_table *ebt_register_table(struct net *net, argument112 const struct ebt_table *table);113 extern void ebt_unregister_table(struct net *net, struct ebt_table *table);116 struct ebt_table *table);
188 struct ebt_table *table) in ebt_do_table()352 static inline struct ebt_table *986 struct ebt_table *t; in do_replace_finish()1155 struct ebt_table *1156 ebt_register_table(struct net *net, const struct ebt_table *input_table) in ebt_register_table()1159 struct ebt_table *t, *table; in ebt_register_table()1172 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL); in ebt_register_table()1254 void ebt_unregister_table(struct net *net, struct ebt_table *table) in ebt_unregister_table()1287 struct ebt_table *t; in do_update_counters()1396 static int copy_counters_to_user(struct ebt_table *t, in copy_counters_to_user()[all …]
43 static const struct ebt_table broute_table = {
51 static struct ebt_table frame_nat = {
51 static const struct ebt_table frame_filter = {