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()
255 &m->option_offset); in parse_ipt()
266 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
401 &m->option_offset); in print_ipt()
Dm_ipt.c108 unsigned int *option_offset) in merge_options() argument
116 *option_offset = global_option_offset + OPTION_OFFSET; in merge_options()
122 merge[num_old + i].val += *option_offset; in merge_options()
330 &m->option_offset); in parse_ipt()
341 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
478 &m->option_offset); in print_ipt()
Dm_xt.c74 .option_offset = 0,
134 &m->option_offset); in get_xtables_target_opts()
138 &m->option_offset); in get_xtables_target_opts()
216 m->parse(c - m->option_offset, argv, 0,
/external/iptables/iptables/
Dxshared.c125 cs->c >= cs->target->option_offset && in command_default()
126 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) { in command_default()
138 if (cs->c < matchp->match->option_offset || in command_default()
139 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE) in command_default()
164 &m->option_offset); in command_default()
169 &m->option_offset); in command_default()
669 m->x6_options, &m->option_offset); in command_match()
672 m->extra_opts, &m->option_offset); in command_match()
730 &cs->target->option_offset); in command_jump()
734 &cs->target->option_offset); in command_jump()
Dxtables-eb.c276 .option_offset = 0,
329 ebtables_globals.option_offset += OPTION_OFFSET; in merge_options()
330 *options_offset = ebtables_globals.option_offset; in merge_options()
542 opts = merge_options(opts, m->extra_opts, &m->option_offset); in ebt_load_match()
570 &watcher->option_offset); in __ebt_load_watcher()
684 if (t->parse(cs->c - t->option_offset, cs->argv, in ebt_command_default()
694 m->parse(cs->c - m->option_offset, cs->argv, in ebt_command_default()
700 t->parse(cs->c - t->option_offset, cs->argv, in ebt_command_default()
709 m->parse(cs->c - m->option_offset, cs->argv, in ebt_command_default()
719 t->parse(cs->c - t->option_offset, cs->argv, in ebt_command_default()
Diptables-xml.c22 .option_offset = 0,
Dxtables-arp.c105 .option_offset = 0,
Dxtables.c95 .option_offset = 0,
Dip6tables.c96 .option_offset = 0,
Diptables.c95 .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.c108 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_options_xfrm()
109 *offset = xt_params->option_offset; in xtables_options_xfrm()
922 t->parse(c - t->option_offset, argv, invert, in xtables_option_tpcall()
927 c -= t->option_offset; in xtables_option_tpcall()
958 m->parse(c - m->option_offset, argv, invert, in xtables_option_mpcall()
963 c -= m->option_offset; in xtables_option_mpcall()
Dxtables.c106 unsigned int *option_offset) in xtables_merge_options() argument
137 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_merge_options()
138 *option_offset = xt_params->option_offset; in xtables_merge_options()
142 mp->val += *option_offset; in xtables_merge_options()
/external/iproute2/
Dconfigure78 .option_offset = 0,