Home
last modified time | relevance | path

Searched refs:xtables_merge_options (Results 1 – 5 of 5) sorted by relevance

/external/iptables/iptables/
Dxshared.c166 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
671 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_match()
732 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_jump()
/external/iproute2/tc/
Dm_xt.c136 opts = xtables_merge_options(globals->opts, in get_xtables_target_opts()
/external/iproute2/include/
Dxtables.h427 extern struct option *xtables_merge_options(struct option *origopts,
/external/iptables/include/
Dxtables.h460 extern struct option *xtables_merge_options(struct option *origopts,
/external/iptables/libxtables/
Dxtables.c103 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() function