Searched refs:option_offset (Results 1 – 14 of 14) sorted by relevance
/external/iptables/iptables/ |
D | xshared.c | 115 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()
|
D | xtoptions.c | 106 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()
|
D | xtables.c | 97 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()
|
D | iptables.c | 134 .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()
|
D | ip6tables.c | 134 .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()
|
D | iptables-xml.c | 31 .option_offset = 0,
|
/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() 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()
|
D | m_xt.c | 69 .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()
|
D | m_ipt.c | 175 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/ |
D | xtables.h | 258 unsigned int option_offset; member 322 unsigned int option_offset; member 368 unsigned int option_offset; member 397 unsigned int *option_offset);
|
D | xtables.h.in | 258 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/ |
D | ip6tables.h | 57 unsigned int option_offset; member 106 unsigned int option_offset; member
|
D | iptables.h | 80 unsigned int option_offset; member 132 unsigned int option_offset; member
|
/external/iproute2/ |
D | configure | 36 .option_offset = 0,
|