tsgl_list         493 crypto/af_alg.c 	sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list);
tsgl_list         494 crypto/af_alg.c 	if (!list_empty(&ctx->tsgl_list))
tsgl_list         510 crypto/af_alg.c 		list_add_tail(&sgl->list, &ctx->tsgl_list);
tsgl_list         538 crypto/af_alg.c 	list_for_each_entry(sgl, &ctx->tsgl_list, list) {
tsgl_list         592 crypto/af_alg.c 	while (!list_empty(&ctx->tsgl_list)) {
tsgl_list         593 crypto/af_alg.c 		sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl,
tsgl_list         870 crypto/af_alg.c 			sgl = list_entry(ctx->tsgl_list.prev,
tsgl_list         905 crypto/af_alg.c 		sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl,
tsgl_list         991 crypto/af_alg.c 	sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list);
tsgl_list         182 crypto/algif_aead.c 	list_for_each_entry_safe(tsgl, tmp, &ctx->tsgl_list, list) {
tsgl_list         562 crypto/algif_aead.c 	INIT_LIST_HEAD(&ctx->tsgl_list);
tsgl_list         353 crypto/algif_skcipher.c 	INIT_LIST_HEAD(&ctx->tsgl_list);
tsgl_list         141 include/crypto/if_alg.h 	struct list_head tsgl_list;