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