Home
last modified time | relevance | path

Searched refs:extra_opts (Results 1 – 15 of 15) sorted by relevance

/external/iproute2/include/
Dip6tables.h54 const struct option *extra_opts; member
103 struct option *extra_opts; member
Diptables.h77 const struct option *extra_opts; member
129 struct option *extra_opts; member
/external/iptables/extensions/
Dlibxt_set.c513 .extra_opts = set_opts_v0,
527 .extra_opts = set_opts_v0,
541 .extra_opts = set_opts_v2,
555 .extra_opts = set_opts_v3,
Dlibxt_SET.c363 .extra_opts = set_target_opts_v0,
378 .extra_opts = set_target_opts_v0,
393 .extra_opts = set_target_opts_v2,
Dlibxt_tcp.c376 .extra_opts = tcp_opts,
Dlibxt_rateest.c443 .extra_opts = rateest_opts,
Dlibxt_sctp.c499 .extra_opts = sctp_opts,
/external/iproute2/tc/
Dm_xt.c167 m->extra_opts, in parse_ipt()
318 m->extra_opts, in print_ipt()
Dm_xt_old.c253 merge_options(opts, m->extra_opts, in parse_ipt()
396 merge_options(opts, m->extra_opts, in print_ipt()
Dm_ipt.c436 merge_options(opts, m->extra_opts, in parse_ipt()
581 merge_options(opts, m->extra_opts, in print_ipt()
/external/iptables/include/
Dxtables.h265 const struct option *extra_opts; member
342 const struct option *extra_opts; member
/external/iptables/iptables/
Dxshared.c164 m->extra_opts, in command_default()
Diptables.c1242 cs->target->extra_opts, in command_jump()
1278 else if (m->extra_opts != NULL) in command_match()
1280 m->extra_opts, &m->option_offset); in command_match()
Dip6tables.c1248 cs->target->extra_opts, in command_jump()
1284 else if (m->extra_opts != NULL) in command_match()
1286 m->extra_opts, &m->option_offset); in command_match()
/external/iptables/libxtables/
Dxtables.c853 if (me->extra_opts != NULL) in xtables_register_match()
854 xtables_check_options(me->name, me->extra_opts); in xtables_register_match()
1011 if (me->extra_opts != NULL) in xtables_register_target()
1012 xtables_check_options(me->name, me->extra_opts); in xtables_register_target()