Searched refs:SS_FCANTSENDMORE (Results 1 – 8 of 8) sorted by relevance
66 #define SS_FCANTSENDMORE 0x010 /* Socket can't send more to peer (for half-closes) */ macro
700 SS_FCANTSENDMORE|SS_FWDRAIN); in soisfconnecting()721 if (so->so_state & SS_FCANTSENDMORE) in sofcantrcvmore()743 so->so_state |= SS_FCANTSENDMORE; in sofcantsendmore()
212 #define CONN_CANFSEND(so) (((so)->so_state & (SS_FCANTSENDMORE|SS_ISFCONNECTED)) == SS_ISFCONNECTED)
215 if (so->so_state & SS_FCANTSENDMORE) in tcp_reass()
67 #define SS_FCANTSENDMORE 0x010 /* Socket can't send more to peer (for half-closes) */ macro
734 SS_FCANTSENDMORE|SS_FWDRAIN); in soisfconnecting()755 if (so->so_state & SS_FCANTSENDMORE) in sofcantrcvmore()777 so->so_state |= SS_FCANTSENDMORE; in sofcantsendmore()
272 #define CONN_CANFSEND(so) (((so)->so_state & (SS_FCANTSENDMORE|SS_ISFCONNECTED)) == SS_ISFCONNECTED)