Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_xt.c173 opts = xtables_merge_options(tcipt_globals.opts,
344 opts = xtables_merge_options(tmp_tcipt_globals.opts,
/external/iptables/iptables/
Dxshared.c162 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
Dip6tables.c1247 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_jump()
1285 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_match()
Diptables.c1241 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_jump()
1279 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_match()
/external/iptables/include/
Dxtables.h426 extern struct option *xtables_merge_options(struct option *origopts,
/external/iproute2/include/
Dxtables.h427 extern struct option *xtables_merge_options(struct option *origopts,
/external/iptables/libxtables/
Dxtables.c102 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() function