Searched refs:xtables_merge_options (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/include/ |
D | xtables.h | 427 extern struct option *xtables_merge_options(struct option *origopts,
|
/external/iproute2/tc/ |
D | m_xt.c | 136 opts = xtables_merge_options(globals->opts, in get_xtables_target_opts()
|
/external/iptables/iptables/ |
D | xshared.c | 165 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
|
D | xtables.c | 643 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()
|
D | ip6tables.c | 1289 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()
|
D | iptables.c | 1282 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()
|
D | xtables-arp.c | 855 opts = xtables_merge_options(arptables_globals.orig_opts, in command_jump()
|
/external/iptables/include/ |
D | xtables.h | 460 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
|