Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dxshared.c166 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
675 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_match()
736 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_jump()
/third_party/iptables/include/
Dxtables.h461 extern struct option *xtables_merge_options(struct option *origopts,
/third_party/iptables/libxtables/
Dxtables.c103 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() function