Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.c157 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default()
Diptables.c1237 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_jump()
1276 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_match()
Dip6tables.c1243 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_jump()
1282 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_match()
/external/iptables/include/
Dxtables.h530 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