Searched defs:af_alg_async_req (Results 1 – 1 of 1) sorted by relevance
105 struct af_alg_async_req { struct106 struct kiocb *iocb;107 struct sock *sk;109 struct af_alg_rsgl first_rsgl;110 struct af_alg_rsgl *last_rsgl;111 struct list_head rsgl_list;113 struct scatterlist *tsgl;114 unsigned int tsgl_entries;116 unsigned int outlen;117 unsigned int areqlen;[all …]