Lines Matching refs:list
14 * copyright notice, this list of conditions and the following
18 * copyright notice, this list of conditions and the following
80 list_for_each_entry_safe(ctx, tmp, &gc_list, list) {
90 list_del(&ctx->list);
103 list_move_tail(&ctx->list, &tls_device_gc_list);
142 list_for_each_entry_safe(info, temp, &offload_ctx->records_list, list) {
143 list_del(&info->list);
168 list_for_each_entry_safe(info, temp, &ctx->records_list, list) {
171 list_del(&info->list);
283 list_add_tail_rcu(&record->list, &offload_ctx->records_list);
609 * from the beggining of the list
612 struct tls_record_info, list);
620 * belongs to the list.
624 * if this seq number belongs to the list.
627 struct tls_record_info, list);
638 list_for_each_entry_from_rcu(info, &context->records_list, list) {
1007 list_add_tail(&ctx->list, &tls_device_list);
1107 list_add_tail(&start_marker_record->list, &offload_ctx->records_list);
1293 LIST_HEAD(list);
1299 list_for_each_entry_safe(ctx, tmp, &tls_device_list, list) {
1304 list_move(&ctx->list, &list);
1308 list_for_each_entry_safe(ctx, tmp, &list, list) {
1339 /* Move the context to a separate list for two reasons:
1345 list_move_tail(&ctx->list, &tls_device_down_list);
1356 list_del(&ctx->list);