Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h301 int xt_check_hooks_match(struct xt_mtchk_param *par);
/linux/net/netfilter/
H A Dx_tables.c554 int xt_check_hooks_match(struct xt_mtchk_param *par) in xt_check_hooks_match() function
561 EXPORT_SYMBOL_GPL(xt_check_hooks_match);
572 ret = xt_check_hooks_match(par); in xt_check_match()
H A Dnft_compat.c683 ret = xt_check_hooks_match(&par); in nfnl_compat_fill_info()