Searched refs:xtables_merge_options (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/tc/ |
D | m_xt.c | 173 opts = xtables_merge_options(tcipt_globals.opts, 344 opts = xtables_merge_options(tmp_tcipt_globals.opts,
|
/external/iptables/iptables/ |
D | xshared.c | 162 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
|
D | ip6tables.c | 1247 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()
|
D | iptables.c | 1241 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/ |
D | xtables.h | 426 extern struct option *xtables_merge_options(struct option *origopts,
|
/external/iproute2/include/ |
D | xtables.h | 427 extern struct option *xtables_merge_options(struct option *origopts,
|
/external/iptables/libxtables/ |
D | xtables.c | 102 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() function
|