Home
last modified time | relevance | path

Searched refs:xtables_options_xfrm (Results 1 – 5 of 5) sorted by relevance

/external/iptables/iptables/
Dxshared.c161 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default()
672 opts = xtables_options_xfrm(xt_params->orig_opts, opts, in command_match()
732 opts = xtables_options_xfrm(xt_params->orig_opts, opts, in command_jump()
/external/iproute2/tc/
Dm_xt.c131 opts = xtables_options_xfrm(globals->orig_opts, in get_xtables_target_opts()
/external/iproute2/include/
Dxtables.h533 extern struct option *xtables_options_xfrm(struct option *, struct option *,
/external/iptables/include/
Dxtables.h613 extern struct option *xtables_options_xfrm(struct option *, struct option *,
/external/iptables/libxtables/
Dxtoptions.c74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, in xtables_options_xfrm() function