Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/
Dtap.c493 if (!sock_writeable(sk) || in tap_sock_write_space()
594 if (sock_writeable(&q->sk) || in tap_poll()
596 sock_writeable(&q->sk))) in tap_poll()
Dtun.c1415 return (tun->dev->flags & IFF_UP) && sock_writeable(sk); in tun_sock_writeable()
2403 if (!sock_writeable(sk)) in tun_sock_write_space()
/linux-6.1.9/net/caif/
Dcaif_socket.c467 (!wait_writeable || sock_writeable(&cf_sk->sk))) in caif_wait_for_flow_on()
960 if (sock_writeable(sk) && tx_flow_is_on(cf_sk)) in caif_poll()
/linux-6.1.9/net/dccp/
Doutput.c206 if (sock_writeable(sk)) in dccp_write_space()
/linux-6.1.9/net/core/
Ddatagram.c830 if (sock_writeable(sk)) in datagram_poll()
Dskmsg.c617 if (!sock_writeable(psock->sk)) in sk_psock_handle_skb()
Dsock.c3290 if (sock_writeable(sk)) { in sock_def_write_space()
3312 if (sock_writeable(sk)) { in sock_def_write_space_wfree()
/linux-6.1.9/net/bluetooth/
Daf_bluetooth.c486 if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk)) in bt_sock_poll()
/linux-6.1.9/net/sunrpc/
Dxprtsock.c803 if (!sock_writeable(sk)) in xs_sock_nospace()
969 if (status == -EAGAIN && sock_writeable(transport->inet)) in xs_udp_send_request()
1540 if (sock_writeable(sk)) in xs_udp_write_space()
/linux-6.1.9/net/nfc/
Dllcp_sock.c584 if (sock_writeable(sk) && sk->sk_state == LLCP_CONNECTED) in llcp_sock_poll()
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_sync.c1686 sock_writeable(sk) || in sync_thread_master()
/linux-6.1.9/net/iucv/
Daf_iucv.c1386 if (sock_writeable(sk) && iucv_below_msglim(sk)) in iucv_sock_poll()
/linux-6.1.9/include/net/
Dsock.h2583 static inline bool sock_writeable(const struct sock *sk) in sock_writeable() function