Searched refs:SS_NONBLOCK (Results 1 – 7 of 7) sorted by relevance
61 ((KSTOSO(so)->so_state & (SS_NDELAY|SS_NONBLOCK)) ? FNDELAY : 0)
239 so->so_state |= SS_NONBLOCK; in socket_vop_setfl()241 so->so_state &= ~SS_NONBLOCK; in socket_vop_setfl()
155 so->so_state |= SS_NONBLOCK; in so_socket()512 if (so1->so_state & SS_NONBLOCK) in so_socketpair()658 ssflags |= SS_NONBLOCK; in accept()755 if ((ssflags | so->so_state) & (SS_NDELAY|SS_NONBLOCK)) { in accept()759 if ((ssflags | so->so_state) & SS_NONBLOCK) in accept()
1600 if (state & SS_NONBLOCK) in pr_state()
2217 #define CHECK_STATE (SS_CANTRCVMORE|SS_CANTSENDMORE|SS_NDELAY|SS_NONBLOCK| \ in so_integrity_check()
525 nso->so_state |= (sso->so_state & (SS_NDELAY|SS_NONBLOCK)); in sosctp_assoc_move()
296 #define SS_NONBLOCK 0x00000080 /* O_NONBLOCK non-blocking */ macro