Home
last modified time | relevance | path

Searched refs:ebt_table (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/net/netns/
Dx_tables.h7 struct ebt_table;
15 struct ebt_table *broute_table;
16 struct ebt_table *frame_filter;
17 struct ebt_table *frame_nat;
/linux-4.4.14/include/linux/netfilter_bridge/
Debtables.h94 struct ebt_table { struct
111 extern struct ebt_table *ebt_register_table(struct net *net, argument
112 const struct ebt_table *table);
113 extern void ebt_unregister_table(struct net *net, struct ebt_table *table);
116 struct ebt_table *table);
/linux-4.4.14/net/bridge/netfilter/
Debtables.c188 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 …]
Debtable_broute.c43 static const struct ebt_table broute_table = {
Debtable_nat.c51 static struct ebt_table frame_nat = {
Debtable_filter.c51 static const struct ebt_table frame_filter = {