Home
last modified time | relevance | path

Searched refs:xt_check_hooks_target (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h291 int xt_check_hooks_target(struct xt_tgchk_param *par);
/linux/net/netfilter/
H A Dx_tables.c1098 int xt_check_hooks_target(struct xt_tgchk_param *par) in xt_check_hooks_target() function
1105 EXPORT_SYMBOL_GPL(xt_check_hooks_target);
1131 ret = xt_check_hooks_target(par); in xt_check_target()
H A Dnft_compat.c389 ret = xt_check_hooks_target(&par); in nft_target_validate()