Searched refs:SCTP_EVENT_WRITE (Results 1 – 8 of 8) sorted by relevance
132 if ((events & SCTP_EVENT_WRITE) && !done) { in handle_upcall()
124 if ((events & SCTP_EVENT_WRITE) && writePending && !done) { in handle_upcall()
89 if (events & SCTP_EVENT_WRITE && !done && !connected) { in handle_upcall()
208 } else if (events & SCTP_EVENT_WRITE) { in handle_upcall()
312 if ((events & SCTP_EVENT_WRITE) && tsctp_meta->par_role == TSCTP_CLIENT && !done) { in handle_upcall()
373 #define SCTP_EVENT_WRITE 0x0002 /* socket is writeable */ macro
150 #define SCTP_EVENT_WRITE 0x0002 macro
3566 events |= SCTP_EVENT_WRITE;