Lines Matching refs:list_entry
628 c2 = list_entry(next, struct chain_head, list); in iptcc_chain_index_delete_chain()
706 struct chain_head *c = list_entry(pos, struct chain_head, list); in iptcc_find_chain_by_offset()
731 struct chain_head *c = list_entry(pos, struct chain_head, list); in iptcc_find_label()
754 test_c=list_entry(test_pos, struct chain_head,list); in iptcc_find_label()
755 tmp_c =list_entry(list_start_pos,struct chain_head,list); in iptcc_find_label()
771 struct chain_head *c = list_entry(pos, struct chain_head, list); in iptcc_find_label()
912 ctail = list_entry(tail, struct chain_head, list); in __iptcc_p_add_chain()
1462 list_entry(c->list.next, struct chain_head, list); in iptcc_chain_iterator_advance()
1469 struct chain_head *c = list_entry(handle->chains.next, in TC_FIRST_CHAIN()
1529 r = list_entry(c->rules.next, struct rule_head, list); in TC_FIRST_RULE()
1550 r = list_entry(handle->rule_iterator_cur->list.next, in TC_NEXT_RULE()
2021 list_entry(handle->rule_iterator_cur->list.prev, in delete_entry()
2086 list_entry(handle->rule_iterator_cur->list.prev, in TC_DELETE_NUM_ENTRY()