Searched refs:option_offset (Results 1 – 15 of 15) sorted by relevance
/external/iproute2/tc/ |
D | m_xt_old.c | 94 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()
|
D | m_ipt.c | 108 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()
|
D | m_xt.c | 74 .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/ |
D | xshared.c | 125 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()
|
D | xtables-eb.c | 276 .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()
|
D | iptables-xml.c | 22 .option_offset = 0,
|
D | xtables-arp.c | 105 .option_offset = 0,
|
D | xtables.c | 95 .option_offset = 0,
|
D | ip6tables.c | 96 .option_offset = 0,
|
D | iptables.c | 95 .option_offset = 0,
|
/external/iproute2/include/ |
D | xtables.h | 277 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/ |
D | xtables.h | 296 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/ |
D | xtoptions.c | 108 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()
|
D | xtables.c | 106 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/ |
D | configure | 78 .option_offset = 0,
|