Searched refs:sock_writeable (Results 1 – 11 of 11) sorted by relevance
430 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()
1436 return (tun->dev->flags & IFF_UP) && sock_writeable(sk); in tun_sock_writeable()2500 if (!sock_writeable(sk)) in tun_sock_write_space()
978 if (sock_writeable(sk)) in datagram_poll_queue()
3683 if (sock_writeable(sk)) { in sock_def_write_space()
607 if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk)) in bt_sock_poll()
592 if (sock_writeable(sk) && sk->sk_state == LLCP_CONNECTED) in llcp_sock_poll()
879 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()
1671 sock_writeable(sk) || in sync_thread_master()
1418 if (sock_writeable(sk) && iucv_below_msglim(sk)) in iucv_sock_poll()
2678 static inline bool sock_writeable(const struct sock *sk) in sock_writeable() function