rsgl_list         660 crypto/af_alg.c 	list_for_each_entry_safe(rsgl, tmp, &areq->rsgl_list, list) {
rsgl_list        1094 crypto/af_alg.c 	INIT_LIST_HEAD(&areq->rsgl_list);
rsgl_list        1134 crypto/af_alg.c 		if (list_empty(&areq->rsgl_list)) {
rsgl_list        1143 crypto/af_alg.c 		list_add_tail(&rsgl->list, &areq->rsgl_list);
rsgl_list         101 include/crypto/if_alg.h 	struct list_head rsgl_list;