Home
last modified time | relevance | path

Searched refs:xtables_merge_options (Results 1 – 9 of 9) 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/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/iptables/
Dxshared.c165 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
Dxtables.c643 opts = xtables_merge_options(xtables_globals.orig_opts, opts, in command_jump()
680 opts = xtables_merge_options(xtables_globals.orig_opts, opts, in command_match()
Dip6tables.c1289 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_jump()
1327 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_match()
Diptables.c1282 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_jump()
1320 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_match()
Dxtables-arp.c855 opts = xtables_merge_options(arptables_globals.orig_opts, in command_jump()
/external/iptables/libxtables/
Dxtables.c102 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() function