Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_xt.c75 .orig_opts = original_opts,
168 opts = xtables_options_xfrm(tcipt_globals.orig_opts,
339 opts = xtables_options_xfrm(tmp_tcipt_globals.orig_opts,
/external/iptables/iptables/
Dxshared.c157 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default()
162 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
Dip6tables.c122 .orig_opts = original_opts,
1243 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_jump()
1247 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_jump()
1282 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_match()
1285 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_match()
1333 opts = xt_params->orig_opts; in do_command6()
Diptables.c121 .orig_opts = original_opts,
1237 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_jump()
1241 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_jump()
1276 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_match()
1279 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_match()
1329 opts = xt_params->orig_opts; in do_command4()
/external/iproute2/
Dconfigure70 .orig_opts = NULL,
/external/iptables/libxtables/
Dxtables.c96 if (xt_params->opts != xt_params->orig_opts) { in xtables_free_opts()
102 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() argument
113 for (num_oold = 0; orig_opts[num_oold].name; num_oold++) ; in xtables_merge_options()
130 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/include/
Dxtables.h401 struct option *orig_opts; member
/external/iptables/include/
Dxtables.h401 struct option *orig_opts; member