Home | History | Annotate | Download | only in libxtables

Lines Matching refs:orig_opts

74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts,
82 for (num_orig = 0; orig_opts[num_orig].name != NULL; ++num_orig)
91 * Since @oldopts also has @orig_opts already (and does so at the
102 memcpy(merge, orig_opts, sizeof(*mp) * num_orig);