Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.c115 cs->c >= cs->target->option_offset && in command_default()
116 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) { in command_default()
128 if (cs->c < matchp->match->option_offset || in command_default()
129 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE) in command_default()
155 &m->option_offset); in command_default()
160 &m->option_offset); in command_default()
Dxtoptions.c106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_options_xfrm()
107 *offset = xt_params->option_offset; in xtables_options_xfrm()
894 t->parse(c - t->option_offset, argv, invert, in xtables_option_tpcall()
899 c -= t->option_offset; in xtables_option_tpcall()
929 m->parse(c - m->option_offset, argv, invert, in xtables_option_mpcall()
934 c -= m->option_offset; in xtables_option_mpcall()
Dxtables.c97 unsigned int *option_offset) in xtables_merge_options() argument
126 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_merge_options()
127 *option_offset = xt_params->option_offset; in xtables_merge_options()
131 mp->val += *option_offset; in xtables_merge_options()
Diptables.c134 .option_offset = 0,
1323 &cs->target->option_offset); in command_jump()
1327 &cs->target->option_offset); in command_jump()
1354 m->x6_options, &m->option_offset); in command_match()
1357 m->extra_opts, &m->option_offset); in command_match()
Dip6tables.c134 .option_offset = 0,
1296 &cs->target->option_offset); in command_jump()
1300 &cs->target->option_offset); in command_jump()
1327 m->x6_options, &m->option_offset); in command_match()
1330 m->extra_opts, &m->option_offset); in command_match()
Diptables-xml.c31 .option_offset = 0,
/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()
256 &m->option_offset); in parse_ipt()
267 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
399 &m->option_offset); in print_ipt()
Dm_xt.c69 .option_offset = 0,
167 &m->option_offset); in parse_ipt()
178 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
312 &m->option_offset); in print_ipt()
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()
436 &m->option_offset); in parse_ipt()
447 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
581 &m->option_offset); in print_ipt()
/external/iptables/include/
Dxtables.h258 unsigned int option_offset; member
322 unsigned int option_offset; member
368 unsigned int option_offset; member
397 unsigned int *option_offset);
Dxtables.h.in258 unsigned int option_offset; member
322 unsigned int option_offset; member
368 unsigned int option_offset; member
397 unsigned int *option_offset);
/external/iproute2/include/
Dip6tables.h57 unsigned int option_offset; member
106 unsigned int option_offset; member
Diptables.h80 unsigned int option_offset; member
132 unsigned int option_offset; member
/external/iproute2/
Dconfigure36 .option_offset = 0,