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