Searched refs:xtables_options_xfrm (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | xshared.c | 157 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default()
|
D | iptables.c | 1237 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()
|
D | ip6tables.c | 1243 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/ |
D | xtables.h | 530 extern struct option *xtables_options_xfrm(struct option *, struct option *,
|
/external/iptables/libxtables/ |
D | xtoptions.c | 74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, in xtables_options_xfrm() function
|