Searched refs:af_alg_tsgl (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/crypto/ |
D | af_alg.c | 498 struct af_alg_tsgl *sgl; in af_alg_alloc_tsgl() 501 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl() 539 const struct af_alg_tsgl *sgl; in af_alg_count_tsgl() 596 struct af_alg_tsgl *sgl; in af_alg_pull_tsgl() 601 sgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, in af_alg_pull_tsgl() 833 struct af_alg_tsgl *sgl; in af_alg_sendmsg() 890 struct af_alg_tsgl, list); in af_alg_sendmsg() 924 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, in af_alg_sendmsg() 994 struct af_alg_tsgl *sgl; in af_alg_sendpage() 1018 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_sendpage()
|
D | algif_aead.c | 101 struct af_alg_tsgl *tsgl, *tmp; in _aead_recvmsg()
|
/Linux-v6.1/include/crypto/ |
D | if_alg.h | 67 struct af_alg_tsgl { struct 73 #define MAX_SGL_ENTS ((4096 - sizeof(struct af_alg_tsgl)) / \ argument
|