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);
43 static const struct ebt_table broute_table = {
188 struct ebt_table *table) in ebt_do_table()350 static inline struct ebt_table *984 struct ebt_table *t; in do_replace_finish()1153 struct ebt_table *1154 ebt_register_table(struct net *net, const struct ebt_table *input_table) in ebt_register_table()1157 struct ebt_table *t, *table; in ebt_register_table()1170 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL); in ebt_register_table()1252 void ebt_unregister_table(struct net *net, struct ebt_table *table) in ebt_unregister_table()1285 struct ebt_table *t; in do_update_counters()1394 static int copy_counters_to_user(struct ebt_table *t, in copy_counters_to_user()[all …]
51 static const struct ebt_table frame_filter = {
51 static struct ebt_table frame_nat = {