Searched refs:af_alg_tsgl (Results 1 – 3 of 3) sorted by relevance
65 struct af_alg_tsgl { struct71 #define MAX_SGL_ENTS ((4096 - sizeof(struct af_alg_tsgl)) / \ argument
609 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl()612 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl()650 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl()707 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl()712 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl()944 struct af_alg_tsgl *sgl; in af_alg_sendmsg()1001 struct af_alg_tsgl, list); in af_alg_sendmsg()1035 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg()
101 struct af_alg_tsgl *tsgl, *tmp; in _aead_recvmsg()