Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dx_tables.h8 struct ebt_table;
16 struct ebt_table *broute_table;
17 struct ebt_table *frame_filter;
18 struct ebt_table *frame_nat;
/OK3568_Linux_fs/kernel/include/linux/netfilter_bridge/
H A Debtables.h91 struct ebt_table { struct
106 const struct ebt_table *table, argument
108 struct ebt_table **res);
109 extern void ebt_unregister_table(struct net *net, struct ebt_table *table);
114 struct ebt_table *table);
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c181 struct ebt_table *table) in ebt_do_table()
335 static inline struct ebt_table *
974 struct ebt_table *t; in do_replace_finish()
1120 static void __ebt_unregister_table(struct net *net, struct ebt_table *table) in __ebt_unregister_table()
1137 int ebt_register_table(struct net *net, const struct ebt_table *input_table, in ebt_register_table()
1138 const struct nf_hook_ops *ops, struct ebt_table **res) in ebt_register_table()
1141 struct ebt_table *t, *table; in ebt_register_table()
1152 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL); in ebt_register_table()
1231 static struct ebt_table *__ebt_find_table(struct net *net, const char *name) in __ebt_find_table()
1233 struct ebt_table *t; in __ebt_find_table()
[all …]
H A Debtable_filter.c46 static const struct ebt_table frame_filter = {
H A Debtable_nat.c46 static const struct ebt_table frame_nat = {
H A Debtable_broute.c39 static const struct ebt_table broute_table = {