Searched refs:orig_opts (Results 1 – 9 of 9) sorted by relevance
/external/iptables/iptables/ |
D | xshared.c | 152 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default() 157 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
|
D | iptables.c | 136 .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()
|
D | ip6tables.c | 136 .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()
|
D | xtables.c | 88 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()
|
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/iproute2/ |
D | configure | 39 .orig_opts = NULL,
|
/external/iptables/include/ |
D | xtables.h | 370 struct option *orig_opts; member
|
D | xtables.h.in | 370 struct option *orig_opts; member
|
/external/iproute2/tc/ |
D | m_xt.c | 72 .orig_opts = original_opts,
|