Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dmacvtap.c500 if (!sock_writeable(sk) || in macvtap_sock_write_space()
587 if (sock_writeable(&q->sk) || in macvtap_poll()
589 sock_writeable(&q->sk))) in macvtap_poll()
Dtun.c1044 if (sock_writeable(sk) || in tun_chr_poll()
1046 sock_writeable(sk))) in tun_chr_poll()
1489 if (!sock_writeable(sk)) in tun_sock_write_space()
/linux-4.4.14/net/caif/
Dcaif_socket.c472 (!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-4.4.14/net/irda/
Daf_irda.c1773 sock_writeable(sk)) in irda_poll()
1781 sock_writeable(sk)) in irda_poll()
1787 if (sock_writeable(sk)) in irda_poll()
/linux-4.4.14/net/core/
Ddatagram.c785 if (sock_writeable(sk)) in datagram_poll()
Dsock.c2330 if (sock_writeable(sk)) in sock_def_write_space()
/linux-4.4.14/net/dccp/
Doutput.c207 if (sock_writeable(sk)) in dccp_write_space()
/linux-4.4.14/net/bluetooth/
Daf_bluetooth.c441 if (!test_bit(BT_SK_SUSPEND, &bt_sk(sk)->flags) && sock_writeable(sk)) in bt_sock_poll()
/linux-4.4.14/net/sunrpc/
Dxprtsock.c522 if (status == -EAGAIN && sock_writeable(transport->inet)) in xs_local_send_request()
588 if (status == -EAGAIN && sock_writeable(transport->inet)) in xs_udp_send_request()
1635 if (sock_writeable(sk)) in xs_udp_write_space()
/linux-4.4.14/net/nfc/
Dllcp_sock.c572 if (sock_writeable(sk) && sk->sk_state == LLCP_CONNECTED) in llcp_sock_poll()
/linux-4.4.14/include/net/
Dsock.h2076 static inline bool sock_writeable(const struct sock *sk) in sock_writeable() function
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_sync.c1706 sock_writeable(sk) || in sync_thread_master()
/linux-4.4.14/net/iucv/
Daf_iucv.c1486 if (sock_writeable(sk) && iucv_below_msglim(sk)) in iucv_sock_poll()