Home
last modified time | relevance | path

Searched refs:orig_opts (Results 1 – 9 of 9) sorted by relevance

/external/iptables/iptables/
Dxshared.c152 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default()
157 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
Diptables.c136 .orig_opts = original_opts,
1321 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_jump()
1325 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_jump()
1353 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_match()
1356 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_match()
1404 opts = xt_params->orig_opts; in do_command4()
Dip6tables.c136 .orig_opts = original_opts,
1294 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_jump()
1298 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_jump()
1326 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_match()
1329 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_match()
1375 opts = xt_params->orig_opts; in do_command6()
Dxtables.c88 if (xt_params->opts != xt_params->orig_opts) { in xtables_free_opts()
94 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() argument
105 for (num_oold = 0; orig_opts[num_oold].name; num_oold++) ; in xtables_merge_options()
122 memcpy(merge, orig_opts, sizeof(*mp) * num_oold); in xtables_merge_options()
Dxtoptions.c74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, in xtables_options_xfrm() argument
82 for (num_orig = 0; orig_opts[num_orig].name != NULL; ++num_orig) in xtables_options_xfrm()
102 memcpy(merge, orig_opts, sizeof(*mp) * num_orig); in xtables_options_xfrm()
/external/iproute2/
Dconfigure39 .orig_opts = NULL,
/external/iptables/include/
Dxtables.h370 struct option *orig_opts; member
Dxtables.h.in370 struct option *orig_opts; member
/external/iproute2/tc/
Dm_xt.c72 .orig_opts = original_opts,