Searched refs:orig_opts (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/tc/ |
D | m_xt.c | 75 .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/ |
D | xshared.c | 157 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default() 162 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
|
D | ip6tables.c | 122 .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()
|
D | iptables.c | 121 .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/ |
D | configure | 70 .orig_opts = NULL,
|
/external/iptables/libxtables/ |
D | xtables.c | 96 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()
|
D | xtoptions.c | 74 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/iptables/include/ |
D | xtables.h | 401 struct option *orig_opts; member
|
/external/iproute2/include/ |
D | xtables.h | 401 struct option *orig_opts; member
|