Searched refs:skcipher_writable (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dalgif_skcipher.c126 static inline bool skcipher_writable(struct sock *sk) skcipher_writable() function
227 if (sk_wait_event(sk, &timeout, skcipher_writable(sk))) { skcipher_wait_for_wmem()
241 if (!skcipher_writable(sk)) skcipher_wmem_wakeup()
381 if (!skcipher_writable(sk)) { skcipher_sendmsg()
458 if (!skcipher_writable(sk)) { skcipher_sendpage()
730 if (skcipher_writable(sk)) skcipher_poll()

Completed in 50 milliseconds