Home
last modified time | relevance | path

Searched refs:sock_writeable (Results 1 – 10 of 10) 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/caif/
H A Dcaif_socket.c468 (!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()
/linux/net/dccp/
H A Doutput.c
/linux/net/bluetooth/
H A Daf_bluetooth.c567 if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk)) in bt_sock_poll()
/linux/net/core/
H A Ddatagram.c975 if (sock_writeable(sk)) in datagram_poll_queue()
H A Dsock.c3626 if (sock_writeable(sk)) { in sk_stop_timer()
/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/net/netfilter/ipvs/
H A Dip_vs_sync.c1674 sock_writeable(sk) || in sync_thread_master()
/linux/include/net/
H A Dsock.h2629 static inline bool sock_writeable(const struct sock *sk) in sock_writeable() function