Home
last modified time | relevance | path

Searched refs:sock_writeable (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/
H A Dtap.c430 if (!sock_writeable(sk) || in tap_sock_write_space()
534 if (sock_writeable(&q->sk) || in tap_poll()
536 sock_writeable(&q->sk))) in tap_poll()
/linux/net/dccp/
H A Doutput.c
/linux/net/core/
H A Ddatagram.c975 if (sock_writeable(sk)) in datagram_poll_queue()
H A Dskmsg.c650 if (!sock_writeable(psock->sk)) in sk_psock_handle_skb()
/linux/net/nfc/
H A Dllcp_sock.c584 if (sock_writeable(sk) && sk->sk_state == LLCP_CONNECTED) in llcp_sock_poll()
/linux/net/sunrpc/
H A Dxprtsock.c879 if (!sock_writeable(sk)) in xs_sock_nospace()
1056 if (status == -EAGAIN && sock_writeable(transport->inet)) in xs_udp_send_request()
1642 if (sock_writeable(sk)) in xs_udp_write_space()
/linux/include/net/
H A Dsock.h2652 static inline bool sock_writeable(const struct sock *sk) in sock_writeable() function