Lines Matching refs:list_pos
343 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()
476 list_pos = &handle->chain_index[0]->list; in iptcc_linearly_search_chain_index()
485 list_pos = &handle->chain_index[i]->list; in iptcc_linearly_search_chain_index()
491 return list_pos; in iptcc_linearly_search_chain_index()