Home
last modified time | relevance | path

Searched refs:xt_table_info (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h239 struct xt_table_info *private;
257 struct xt_table_info { struct
293 int xt_check_table_hooks(const struct xt_table_info *info, unsigned int valid_hooks); argument
322 struct xt_table_info *bootstrap,
323 struct xt_table_info *newinfo);
327 struct xt_table_info *xt_replace_table(struct xt_table *table,
329 struct xt_table_info *newinfo,
348 struct xt_table_info *xt_alloc_table_info(unsigned int size);
349 void xt_free_table_info(struct xt_table_info *info);
/linux/net/netfilter/
H A Dx_tables.c630 int xt_check_table_hooks(const struct xt_table_info *info, unsigned int valid_hooks) in xt_check_table_hooks()
1278 struct xt_table_info *xt_alloc_table_info(unsigned int size) in xt_alloc_table_info()
1280 struct xt_table_info *info = NULL; in xt_alloc_table_info()
1296 void xt_free_table_info(struct xt_table_info *info) in xt_free_table_info()
1420 static int xt_jumpstack_alloc(struct xt_table_info *i) in xt_jumpstack_alloc()
1478 static struct xt_table_info *
1480 struct xt_table_info *newinfo, int *error) in do_replace_table()
1482 struct xt_table_info *private; in do_replace_table()
1538 struct xt_table_info *
1540 struct xt_table_info *newinfo, in xt_replace_table()
[all …]