Searched defs:af_alg_async_req (Results 1 – 1 of 1) sorted by relevance
95 struct af_alg_async_req { struct96 struct kiocb *iocb;97 struct sock *sk;99 struct af_alg_rsgl first_rsgl;100 struct af_alg_rsgl *last_rsgl;101 struct list_head rsgl_list;103 struct scatterlist *tsgl;104 unsigned int tsgl_entries;106 unsigned int outlen;107 unsigned int areqlen;[all …]