Home
last modified time | relevance | path

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

/linux/drivers/net/
A Dtap.c483 if (!sock_writeable(sk) || in tap_sock_write_space()
584 if (sock_writeable(&q->sk) || in tap_poll()
586 sock_writeable(&q->sk))) in tap_poll()
A Dtun.c1385 return (tun->dev->flags & IFF_UP) && sock_writeable(sk); in tun_sock_writeable()
2360 if (!sock_writeable(sk)) in tun_sock_write_space()
/linux/net/caif/
A Dcaif_socket.c472 (!wait_writeable || sock_writeable(&cf_sk->sk))) in caif_wait_for_flow_on()
965 if (sock_writeable(sk) && tx_flow_is_on(cf_sk)) in caif_poll()
/linux/net/dccp/
A Doutput.c206 if (sock_writeable(sk)) in dccp_write_space()
/linux/net/bluetooth/
A Daf_bluetooth.c485 if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk)) in bt_sock_poll()
/linux/net/core/
A Ddatagram.c831 if (sock_writeable(sk)) in datagram_poll()
A Dskmsg.c598 if (!sock_writeable(psock->sk)) in sk_psock_handle_skb()
A Dsock.c3158 if (sock_writeable(sk)) in sock_def_write_space()
/linux/net/sunrpc/
A Dxprtsock.c872 if (status == -EAGAIN && sock_writeable(transport->inet)) in xs_local_send_request()
948 if (status == -EAGAIN && sock_writeable(transport->inet)) in xs_udp_send_request()
1508 if (sock_writeable(sk)) in xs_udp_write_space()
/linux/net/nfc/
A Dllcp_sock.c579 if (sock_writeable(sk) && sk->sk_state == LLCP_CONNECTED) in llcp_sock_poll()
/linux/net/netfilter/ipvs/
A Dip_vs_sync.c1686 sock_writeable(sk) || in sync_thread_master()
/linux/net/iucv/
A Daf_iucv.c1388 if (sock_writeable(sk) && iucv_below_msglim(sk)) in iucv_sock_poll()
/linux/include/net/
A Dsock.h2472 static inline bool sock_writeable(const struct sock *sk) in sock_writeable() function

Completed in 50 milliseconds