Home | History | Annotate | Download | only in libxtables

Lines Matching refs:orig_opts

96 	if (xt_params->opts != xt_params->orig_opts) {
102 struct option *xtables_merge_options(struct option *orig_opts,
113 for (num_oold = 0; orig_opts[num_oold].name; num_oold++) ;
119 * Since @oldopts also has @orig_opts already (and does so at the
130 memcpy(merge, orig_opts, sizeof(*mp) * num_oold);