Searched refs:af_alg_count_tsgl (Results 1 – 4 of 4) sorted by relevance
231 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset);
141 areq->tsgl_entries = af_alg_count_tsgl(sk, len, 0); in _skcipher_recvmsg()
221 areq->tsgl_entries = af_alg_count_tsgl(sk, processed, in _aead_recvmsg()
636 * af_alg_count_tsgl - Count number of TX SG entries646 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) in af_alg_count_tsgl() function 685 EXPORT_SYMBOL_GPL(af_alg_count_tsgl);693 * enough (e.g. by using af_alg_count_tsgl with the same offset).724 * Assumption: caller created af_alg_count_tsgl(len) in af_alg_pull_tsgl()