Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter/
Dx_tables.h284 int xt_check_table_hooks(const struct xt_table_info *info, unsigned int valid_hooks);
/Linux-v4.19/net/netfilter/
Dx_tables.c567 int xt_check_table_hooks(const struct xt_table_info *info, unsigned int valid_hooks) in xt_check_table_hooks() function
614 EXPORT_SYMBOL(xt_check_table_hooks);
/Linux-v4.19/net/ipv4/netfilter/
Darp_tables.c558 ret = xt_check_table_hooks(newinfo, repl->valid_hooks); in translate_table()
Dip_tables.c707 ret = xt_check_table_hooks(newinfo, repl->valid_hooks); in translate_table()
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c724 ret = xt_check_table_hooks(newinfo, repl->valid_hooks); in translate_table()