Home
last modified time | relevance | path

Searched refs:list_pos (Results 1 – 1 of 1) sorted by relevance

/external/iptables/libiptc/
Dlibiptc.c343 struct list_head *list_pos; in __iptcc_bsearch_chain_index() local
344 list_pos=&handle->chains; in __iptcc_bsearch_chain_index()
349 return list_pos; in __iptcc_bsearch_chain_index()
389 list_pos = &handle->chain_index[pos]->list; in __iptcc_bsearch_chain_index()
394 return list_pos; in __iptcc_bsearch_chain_index()
402 return list_pos; in __iptcc_bsearch_chain_index()
411 return list_pos; in __iptcc_bsearch_chain_index()
426 return list_pos; in __iptcc_bsearch_chain_index()
472 struct list_head *list_pos; in iptcc_linearly_search_chain_index() local
473 list_pos = &handle->chains; in iptcc_linearly_search_chain_index()
[all …]