Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h284 int xt_check_table_hooks(const struct xt_table_info *info, unsigned int valid_hooks);
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c564 int xt_check_table_hooks(const struct xt_table_info *info, unsigned int valid_hooks) in xt_check_table_hooks() function
611 EXPORT_SYMBOL(xt_check_table_hooks);
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c564 ret = xt_check_table_hooks(newinfo, repl->valid_hooks); in translate_table()
H A Dip_tables.c704 ret = xt_check_table_hooks(newinfo, repl->valid_hooks); in translate_table()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c722 ret = xt_check_table_hooks(newinfo, repl->valid_hooks); in translate_table()