Home
last modified time | relevance | path

Searched refs:__sock_writeable (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dsock.h2631 static inline bool __sock_writeable(const struct sock *sk, int wmem_alloc) in __sock_writeable() function
2640 return __sock_writeable(sk, refcount_read(&sk->sk_wmem_alloc)); in sock_writeable()
/linux/net/core/
H A Dsock.c3648 if (__sock_writeable(sk, wmem_alloc)) { in sock_def_write_space_wfree()