Home
last modified time | relevance | path

Searched defs:check_hooks (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h150 int (*check_hooks)(const struct xt_mtchk_param *); member
194 int (*check_hooks)(const struct xt_tgchk_param *); member
/linux/net/netfilter/
H A Dx_tables.c634 bool check_hooks = false; in xt_check_table_hooks() local