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

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

Completed in 61 milliseconds