Searched defs:option_offset (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/
H A Dip6tables.h57 unsigned int option_offset; member in struct:ip6tables_match
106 unsigned int option_offset; member in struct:ip6tables_target
H A Diptables.h80 unsigned int option_offset; member in struct:iptables_match
132 unsigned int option_offset; member in struct:iptables_target
/external/iproute2/tc/
H A Dm_xt_old.c94 unsigned int *option_offset)
102 *option_offset = global_option_offset + OPTION_OFFSET;
108 merge[num_old + i].val += *option_offset;
256 &m->option_offset);
267 m->parse(c - m->option_offset, argv, 0,
399 &m->option_offset);
93 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
H A Dm_ipt.c175 unsigned int *option_offset)
183 *option_offset = global_option_offset + OPTION_OFFSET;
189 merge[num_old + i].val += *option_offset;
436 &m->option_offset);
447 m->parse(c - m->option_offset, argv, 0,
581 &m->option_offset);
174 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
/external/iptables/include/
H A Dxtables.h258 unsigned int option_offset; member in struct:xtables_match
322 unsigned int option_offset; member in struct:xtables_target
368 unsigned int option_offset; member in struct:xtables_globals
397 unsigned int *option_offset);
/external/iptables/iptables/
H A Dxtables.c97 unsigned int *option_offset)
126 xt_params->option_offset += XT_OPTION_OFFSET_SCALE;
127 *option_offset = xt_params->option_offset;
131 mp->val += *option_offset;
94 xtables_merge_options(struct option *orig_opts, struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument

Completed in 2172 milliseconds