Searched refs:ebt_table (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/netns/
H A Dx_tables.h7 struct ebt_table;
12 struct ebt_table *broute_table;
13 struct ebt_table *frame_filter;
14 struct ebt_table *frame_nat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/netns/
H A Dx_tables.h7 struct ebt_table;
12 struct ebt_table *broute_table;
13 struct ebt_table *frame_filter;
14 struct ebt_table *frame_nat;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/netfilter_bridge/
H A Debtables.h273 struct ebt_table { struct
290 extern struct ebt_table *ebt_register_table(struct net *net,
291 const struct ebt_table *table);
292 extern void ebt_unregister_table(struct net *net, struct ebt_table *table);
295 struct ebt_table *table);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debtables.h273 struct ebt_table { struct
290 extern struct ebt_table *ebt_register_table(struct net *net,
291 const struct ebt_table *table);
292 extern void ebt_unregister_table(struct net *net, struct ebt_table *table);
295 struct ebt_table *table);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bridge/netfilter/
H A Debtable_broute.c44 static const struct ebt_table broute_table =
H A Debtable_filter.c53 static const struct ebt_table frame_filter =
H A Debtable_nat.c53 static struct ebt_table frame_nat =
H A Debtables.c181 struct ebt_table *table)
346 static inline struct ebt_table *
980 struct ebt_table *t;
1134 struct ebt_table *
1135 ebt_register_table(struct net *net, const struct ebt_table *input_table)
1138 struct ebt_table *t, *table;
1151 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL);
1235 void ebt_unregister_table(struct net *net, struct ebt_table *table)
1268 struct ebt_table *t;
1367 static int copy_counters_to_user(struct ebt_table *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bridge/netfilter/
H A Debtable_broute.c44 static const struct ebt_table broute_table =
H A Debtable_filter.c53 static const struct ebt_table frame_filter =
H A Debtable_nat.c53 static struct ebt_table frame_nat =
H A Debtables.c181 struct ebt_table *table)
346 static inline struct ebt_table *
980 struct ebt_table *t;
1134 struct ebt_table *
1135 ebt_register_table(struct net *net, const struct ebt_table *input_table)
1138 struct ebt_table *t, *table;
1151 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL);
1235 void ebt_unregister_table(struct net *net, struct ebt_table *table)
1268 struct ebt_table *t;
1367 static int copy_counters_to_user(struct ebt_table *
[all...]

Completed in 229 milliseconds