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

/external/iptables/libiptc/
H A Dlibiptc.c690 struct list_head *list_start_pos; local
697 list_start_pos = iptcc_bsearch_chain_offset(offset, &i, handle);
705 list_for_each(pos, list_start_pos->prev) {
722 struct list_head *list_start_pos; local
739 //list_start_pos = iptcc_linearly_search_chain_index(name, handle);
740 list_start_pos = iptcc_bsearch_chain_index(name, &i, handle);
743 if (list_start_pos == &handle->chains) {
744 list_start_pos = pos;
752 if (list_start_pos != test_pos) {
755 tmp_c =list_entry(list_start_pos,struc
853 struct list_head *list_start_pos; local
[all...]

Completed in 80 milliseconds