Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/netfilter_bridge/
Debtables.h91 struct ebt_table { struct
107 const struct ebt_table *table, argument
125 int ebt_register_template(const struct ebt_table *t, int(*table_init)(struct net *net));
126 void ebt_unregister_template(const struct ebt_table *t);
/linux-5.19.10/net/bridge/netfilter/
Debtables.c195 struct ebt_table *table = priv; in ebt_do_table()
326 struct ebt_table *table; in find_inlist_lock_noload()
375 static inline struct ebt_table *
1015 struct ebt_table *t; in do_replace_finish()
1159 static void __ebt_unregister_table(struct net *net, struct ebt_table *table) in __ebt_unregister_table()
1177 int ebt_register_table(struct net *net, const struct ebt_table *input_table, in ebt_register_table()
1182 struct ebt_table *t, *table; in ebt_register_table()
1195 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL); in ebt_register_table()
1290 int ebt_register_template(const struct ebt_table *t, int (*table_init)(struct net *net)) in ebt_register_template()
1318 void ebt_unregister_template(const struct ebt_table *t) in ebt_unregister_template()
[all …]
Debtable_filter.c46 static const struct ebt_table frame_filter = {
Debtable_nat.c46 static const struct ebt_table frame_nat = {
Debtable_broute.c39 static const struct ebt_table broute_table = {