HomeSort by relevance Sort by last modified time
    Searched refs:option_offset (Results 1 - 13 of 13) sorted by null

  /external/iproute2/include/
ip6tables.h 57 unsigned int option_offset; member in struct:ip6tables_match
106 unsigned int option_offset; member in struct:ip6tables_target
iptables.h 80 unsigned int option_offset; member in struct:iptables_match
132 unsigned int option_offset; member in struct:iptables_target
  /external/iptables/iptables/
xshared.c 115 cs->c >= cs->target->option_offset &&
116 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) {
128 if (cs->c < matchp->match->option_offset ||
129 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE)
155 &m->option_offset);
160 &m->option_offset);
xtoptions.c 106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE;
107 *offset = xt_params->option_offset;
894 t->parse(c - t->option_offset, argv, invert,
899 c -= t->option_offset;
929 m->parse(c - m->option_offset, argv, invert,
934 c -= m->option_offset;
ip6tables.c 134 .option_offset = 0,
    [all...]
iptables.c 134 .option_offset = 0,
    [all...]
xtables.c 97 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;
    [all...]
iptables-xml.c 31 .option_offset = 0,
  /external/iproute2/tc/
m_xt_old.c 79 #define OPTION_OFFSET 256
94 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);
m_xt.c 69 .option_offset = 0,
167 &m->option_offset);
178 m->parse(c - m->option_offset, argv, 0,
312 &m->option_offset);
m_ipt.c 57 #define OPTION_OFFSET 256
175 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);
  /external/iptables/include/
xtables.h 258 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/iproute2/
configure 36 .option_offset = 0,

Completed in 115 milliseconds