Searched refs:xtables_merge_options (Results 1 – 5 of 5) sorted by relevance
166 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()671 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_match()732 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_jump()
136 opts = xtables_merge_options(globals->opts, in get_xtables_target_opts()
427 extern struct option *xtables_merge_options(struct option *origopts,
460 extern struct option *xtables_merge_options(struct option *origopts,
103 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() function