Searched refs:sock_writeable (Results 1 – 13 of 13) sorted by relevance
495 if (!sock_writeable(sk) || in tap_sock_write_space()599 if (sock_writeable(&q->sk) || in tap_poll()601 sock_writeable(&q->sk))) in tap_poll()
1415 return (tun->dev->flags & IFF_UP) && sock_writeable(sk); in tun_sock_writeable()2421 if (!sock_writeable(sk)) in tun_sock_write_space()
468 (!wait_writeable || sock_writeable(&cf_sk->sk))) in caif_wait_for_flow_on()957 if (sock_writeable(sk) && tx_flow_is_on(cf_sk)) in caif_poll()
206 if (sock_writeable(sk)) in dccp_write_space()
920 if (sock_writeable(sk)) in datagram_poll()
619 if (!sock_writeable(psock->sk)) in sk_psock_handle_skb()
3463 if (sock_writeable(sk)) { in sock_def_write_space()3485 if (sock_writeable(sk)) { in sock_def_write_space_wfree()
557 if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk)) in bt_sock_poll()
584 if (sock_writeable(sk) && sk->sk_state == LLCP_CONNECTED) in llcp_sock_poll()
859 if (!sock_writeable(sk)) in xs_sock_nospace()1036 if (status == -EAGAIN && sock_writeable(transport->inet)) in xs_udp_send_request()1620 if (sock_writeable(sk)) in xs_udp_write_space()
1675 sock_writeable(sk) || in sync_thread_master()
1384 if (sock_writeable(sk) && iucv_below_msglim(sk)) in iucv_sock_poll()
2507 static inline bool sock_writeable(const struct sock *sk) in sock_writeable() function
Completed in 54 milliseconds