Searched refs:xtopt_subparse (Results 1 – 1 of 1) sorted by relevance
808 static void (*const xtopt_subparse[])(struct xt_option_call *) = { variable867 if (entry->type <= ARRAY_SIZE(xtopt_subparse) && in xtables_option_parse()868 xtopt_subparse[entry->type] != NULL) in xtables_option_parse()869 xtopt_subparse[entry->type](cb); in xtables_option_parse()