Searched refs:num_orig (Results 1 – 1 of 1) sorted by relevance
77 unsigned int num_orig, num_old = 0, num_new, i; in xtables_options_xfrm() local82 for (num_orig = 0; orig_opts[num_orig].name != NULL; ++num_orig) in xtables_options_xfrm()95 oldopts += num_orig; in xtables_options_xfrm()96 num_old -= num_orig; in xtables_options_xfrm()99 merge = malloc(sizeof(*mp) * (num_orig + num_old + num_new + 1)); in xtables_options_xfrm()104 memcpy(merge, orig_opts, sizeof(*mp) * num_orig); in xtables_options_xfrm()105 mp = merge + num_orig; in xtables_options_xfrm()