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

/external/iptables/libiptc/
H A Dlibiptc.c609 struct list_head *index_ptr, *next; local
613 index_ptr = iptcc_bsearch_chain_index(c->name, &idx, h);
615 debug("Del chain[%s] c->list:%p index_ptr:%p\n",
616 c->name, &c->list, index_ptr);
622 if (index_ptr == &c->list) { /* Chain used as index ptr */

Completed in 75 milliseconds