Searched refs:sowriteable (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsocketvar.h220 #define sowriteable(so) \ macro
/freebsd-11-stable/sys/kern/
H A Dsys_socket.c556 return (sb == &so->so_rcv ? soreadable(so) : sowriteable(so));
H A Duipc_socket.c3075 if (sowriteable(so))
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c380 /* NOTE: sowriteable without so_snd lock is a mostly harmless race. */
381 if (ic->ic_disconnecting || so == NULL || !sowriteable(so)) {
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft.c904 * sowriteable() in icl_soupcall_send()
1056 if (!sowriteable(so))
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c2212 while (!TAILQ_EMPTY(&toep->aiotx_jobq) && sowriteable(so)) {
2297 if (sowriteable(so))
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1643 while (sowriteable(s->l2so)) {
/freebsd-11-stable/sys/netinet/
H A Dsctp_usrreq.c7341 if (sowriteable(inp->sctp_socket)) {

Completed in 222 milliseconds