Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_xt_old.c94 unsigned int *option_offset) in merge_options() argument
102 *option_offset = global_option_offset + OPTION_OFFSET; in merge_options()
108 merge[num_old + i].val += *option_offset; in merge_options()
254 &m->option_offset); in parse_ipt()
265 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
397 &m->option_offset); in print_ipt()
Dm_xt.c72 .option_offset = 0,
171 &m->option_offset);
175 &m->option_offset);
196 m->parse(c - m->option_offset, argv, 0, &m->tflags,
342 &m->option_offset);
346 &m->option_offset);
Dm_ipt.c175 unsigned int *option_offset) in merge_options() argument
183 *option_offset = global_option_offset + OPTION_OFFSET; in merge_options()
189 merge[num_old + i].val += *option_offset; in merge_options()
437 &m->option_offset); in parse_ipt()
448 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
582 &m->option_offset); in print_ipt()
/external/iptables/iptables/
Dxshared.c124 cs->c >= cs->target->option_offset && in command_default()
125 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) { in command_default()
137 if (cs->c < matchp->match->option_offset || in command_default()
138 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE) in command_default()
163 &m->option_offset); in command_default()
168 &m->option_offset); in command_default()
Dxtables-eb.c308 .option_offset = 0,
361 ebtables_globals.option_offset += OPTION_OFFSET; in merge_options()
362 *options_offset = ebtables_globals.option_offset; in merge_options()
406 opts = merge_options(opts, target->extra_opts, &target->option_offset); in command_jump()
619 opts = merge_options(opts, m->extra_opts, &m->option_offset); in ebt_load_match()
646 &watcher->option_offset); in ebt_load_watcher()
1239 int opt_offset = cs.target->option_offset; in do_commandeb()
1249 if (m->parse(c - m->option_offset, argv, ebt_invert, &m->mflags, NULL, &m->m)) { in do_commandeb()
1257 if (w->parse(c - w->option_offset, argv, in do_commandeb()
Dxtables.c106 .option_offset = 0,
641 &cs->target->option_offset); in command_jump()
645 &cs->target->option_offset); in command_jump()
678 m->x6_options, &m->option_offset); in command_match()
681 m->extra_opts, &m->option_offset); in command_match()
Dip6tables.c123 .option_offset = 0,
1287 &cs->target->option_offset); in command_jump()
1291 &cs->target->option_offset); in command_jump()
1325 m->x6_options, &m->option_offset); in command_match()
1328 m->extra_opts, &m->option_offset); in command_match()
Diptables.c122 .option_offset = 0,
1280 &cs->target->option_offset); in command_jump()
1284 &cs->target->option_offset); in command_jump()
1318 m->x6_options, &m->option_offset); in command_match()
1321 m->extra_opts, &m->option_offset); in command_match()
Dxtables-arp.c157 .option_offset = 0,
853 &target->option_offset); in command_jump()
857 &target->option_offset); in command_jump()
Diptables-xml.c27 .option_offset = 0,
/external/iproute2/include/
Dxtables.h277 unsigned int option_offset; member
353 unsigned int option_offset; member
399 unsigned int option_offset; member
429 unsigned int *option_offset);
/external/iptables/include/
Dxtables.h296 unsigned int option_offset; member
375 unsigned int option_offset; member
421 unsigned int option_offset; member
462 unsigned int *option_offset);
/external/iptables/libxtables/
Dxtoptions.c106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_options_xfrm()
107 *offset = xt_params->option_offset; in xtables_options_xfrm()
938 t->parse(c - t->option_offset, argv, invert, in xtables_option_tpcall()
943 c -= t->option_offset; in xtables_option_tpcall()
974 m->parse(c - m->option_offset, argv, invert, in xtables_option_mpcall()
979 c -= m->option_offset; in xtables_option_mpcall()
Dxtables.c105 unsigned int *option_offset) in xtables_merge_options() argument
134 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_merge_options()
135 *option_offset = xt_params->option_offset; in xtables_merge_options()
139 mp->val += *option_offset; in xtables_merge_options()
/external/iproute2/
Dconfigure67 .option_offset = 0,