Searched refs:ebt_table (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/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-v5.10/include/linux/netfilter_bridge/ |
D | ebtables.h | 91 struct ebt_table { struct 110 const struct ebt_table *table, argument 112 struct ebt_table **res); 113 extern void ebt_unregister_table(struct net *net, struct ebt_table *table, 117 struct ebt_table *table);
|
/Linux-v5.10/net/bridge/netfilter/ |
D | ebtables.c | 181 struct ebt_table *table) in ebt_do_table() 335 static inline struct ebt_table * 974 struct ebt_table *t; in do_replace_finish() 1119 static void __ebt_unregister_table(struct net *net, struct ebt_table *table) in __ebt_unregister_table() 1136 int ebt_register_table(struct net *net, const struct ebt_table *input_table, in ebt_register_table() 1137 const struct nf_hook_ops *ops, struct ebt_table **res) in ebt_register_table() 1140 struct ebt_table *t, *table; in ebt_register_table() 1151 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL); in ebt_register_table() 1235 void ebt_unregister_table(struct net *net, struct ebt_table *table, in ebt_unregister_table() 1249 struct ebt_table *t; in do_update_counters() [all …]
|
D | ebtable_filter.c | 53 static const struct ebt_table frame_filter = {
|
D | ebtable_nat.c | 53 static const struct ebt_table frame_nat = {
|
D | ebtable_broute.c | 46 static const struct ebt_table broute_table = {
|