HomeSort by relevance Sort by last modified time
    Searched full:chain_index (Results 1 - 10 of 10) sorted by null

  /external/iproute2/tc/
tc_filter.c 34 " [ pref PRIO ] protocol PROTO [ chain CHAIN_INDEX ]\n"
62 __u32 chain_index; local
136 if (get_u32(&chain_index, *argv, 0))
159 addattr32(&req.n, sizeof(req), TCA_CHAIN, chain_index);
290 __u32 chain_index = rta_getattr_u32(tb[TCA_CHAIN]); local
293 filter_chain_index != chain_index)
294 fprintf(fp, "chain %u ", chain_index);
338 __u32 chain_index; local
408 if (get_u32(&chain_index, *argv, 0))
441 addattr32(&req.n, sizeof(req), TCA_CHAIN, chain_index);
512 __u32 chain_index; local
    [all...]
m_gact.c 49 " \t goto chain <CHAIN_INDEX> | jump <JUMP_COUNT>\n"
60 " \t goto chain <CHAIN_INDEX> | jump <JUMP_COUNT>\n"
m_connmark.c 34 "\t goto chain <CHAIN_INDEX>\n");
m_skbmod.c 40 "\t goto chain <CHAIN_INDEX>\n"
m_vlan.c 36 fprintf(stderr, " goto chain <CHAIN_INDEX>\n");
tc_util.c 501 __u32 chain_index; local
509 if (get_u32(&chain_index, *argv, 10) ||
510 chain_index > TC_ACT_EXT_VAL_MASK) {
514 result |= chain_index;
m_police.c 45 fprintf(stderr, " goto chain <CHAIN_INDEX> }\n");
m_pedit.c 49 "\t goto chain <CHAIN_INDEX>\n"
  /external/iptables/libiptc/
libiptc.c 145 struct chain_head **chain_index; /* array for fast chain list access*/ member in struct:xtc_handle
150 * possible to bsearch offsets using chain_index.
361 if (!handle->chain_index[pos]) {
362 fprintf(stderr, "ERROR: NULL pointer chain_index[%d]\n", pos);
367 pos, handle->chain_index[pos]->name);
372 res = strcmp(name, handle->chain_index[pos]->name);
376 handle->chain_index[pos]->head_offset,
377 handle->chain_index[pos]->foot_offset);
378 res = offset - handle->chain_index[pos]->head_offset;
389 list_pos = &handle->chain_index[pos]->list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]

Completed in 1163 milliseconds