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

/external/iptables/libiptc/
H A Dlibiptc.c145 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[po
[all...]

Completed in 472 milliseconds