Searched refs:zc_pipe (Results 1 – 2 of 2) sorted by relevance
519 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); in afalg_start_cipher_sk()525 ret = splice(actx->zc_pipe[0], NULL, actx->sfd, NULL, inl, 0); in afalg_start_cipher_sk()611 pipe(actx->zc_pipe); in afalg_cipher_init()692 close(actx->zc_pipe[0]); in afalg_cipher_cleanup()693 close(actx->zc_pipe[1]); in afalg_cipher_cleanup()
89 int zc_pipe[2]; member