Home
last modified time | relevance | path

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

/linux/include/linux/netfilter_bridge/
H A 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/net/bridge/netfilter/
H A Debtables.c196 struct ebt_table *table = priv; in ebt_do_table()
327 struct ebt_table *table; in find_inlist_lock_noload()
376 static inline struct ebt_table * in find_table_lock()
1016 struct ebt_table *t; in do_replace_finish()
1164 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_unregister_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()
1292 int ebt_register_template(const struct ebt_table *t, int (*table_init)(struct net *net)) in ebt_register_table()
1320 void ebt_unregister_template(const struct ebt_table * in ebt_register_template()
[all...]
H A Debtable_nat.c46 static const struct ebt_table frame_nat = {
H A Debtable_filter.c46 static const struct ebt_table frame_filter = {
H A Debtable_broute.c39 static const struct ebt_table broute_table = {