Home
last modified time | relevance | path

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

/third_party/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()
673 m->x6_options, &m->option_offset); in command_match()
676 m->extra_opts, &m->option_offset); in command_match()
734 &cs->target->option_offset); in command_jump()
738 &cs->target->option_offset); in command_jump()
Dxtables-eb.c225 .option_offset = 0,
278 ebtables_globals.option_offset += OPTION_OFFSET; in merge_options()
279 *options_offset = ebtables_globals.option_offset; in merge_options()
491 opts = merge_options(opts, m->extra_opts, &m->option_offset); in ebt_load_match()
519 &watcher->option_offset); in __ebt_load_watcher()
633 if (t->parse(cs->c - t->option_offset, cs->argv, in ebt_command_default()
643 m->parse(cs->c - m->option_offset, cs->argv, in ebt_command_default()
649 t->parse(cs->c - t->option_offset, cs->argv, in ebt_command_default()
658 m->parse(cs->c - m->option_offset, cs->argv, in ebt_command_default()
668 t->parse(cs->c - t->option_offset, cs->argv, in ebt_command_default()
Diptables-xml.c22 .option_offset = 0,
Dxtables-arp.c101 .option_offset = 0,
Dxtables.c90 .option_offset = 0,
Dip6tables.c92 .option_offset = 0,
Diptables.c90 .option_offset = 0,
/third_party/iptables/include/
Dxtables.h296 unsigned int option_offset; member
375 unsigned int option_offset; member
421 unsigned int option_offset; member
463 unsigned int *option_offset);
/third_party/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()