Searched refs:ebt_table (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/net/netns/ |
D | x_tables.h | 8 struct ebt_table; 16 struct ebt_table *broute_table; 17 struct ebt_table *frame_filter; 18 struct ebt_table *frame_nat;
|
/Linux-v4.19/include/linux/netfilter_bridge/ |
D | ebtables.h | 91 struct ebt_table { struct 109 const struct ebt_table *table, argument 111 struct ebt_table **res); 112 extern void ebt_unregister_table(struct net *net, struct ebt_table *table, 116 struct ebt_table *table);
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtables.c | 189 struct ebt_table *table) in ebt_do_table() 343 static inline struct ebt_table * 1012 struct ebt_table *t; in do_replace_finish() 1169 static void __ebt_unregister_table(struct net *net, struct ebt_table *table) in __ebt_unregister_table() 1184 int ebt_register_table(struct net *net, const struct ebt_table *input_table, in ebt_register_table() 1185 const struct nf_hook_ops *ops, struct ebt_table **res) in ebt_register_table() 1188 struct ebt_table *t, *table; in ebt_register_table() 1201 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL); in ebt_register_table() 1291 void ebt_unregister_table(struct net *net, struct ebt_table *table, in ebt_unregister_table() 1307 struct ebt_table *t; in do_update_counters() [all …]
|
D | ebtable_broute.c | 43 static const struct ebt_table broute_table = {
|
D | ebtable_filter.c | 52 static const struct ebt_table frame_filter = {
|
D | ebtable_nat.c | 52 static const struct ebt_table frame_nat = {
|