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()
434 return list_pos; in __iptcc_bsearch_chain_index()
474 struct list_head *list_pos; in iptcc_linearly_search_chain_index() local
475 list_pos = &handle->chains; in iptcc_linearly_search_chain_index()
478 list_pos = &handle->chain_index[0]->list; in iptcc_linearly_search_chain_index()
487 list_pos = &handle->chain_index[i]->list; in iptcc_linearly_search_chain_index()
493 return list_pos; in iptcc_linearly_search_chain_index()