Lines Matching refs:so_error
722 if (so->so_error) { in hvs_trans_soreceive()
723 if (so->so_error == ESHUTDOWN && in hvs_trans_soreceive()
732 if (so->so_error != ESHUTDOWN) in hvs_trans_soreceive()
733 error = so->so_error; in hvs_trans_soreceive()
782 if (so->so_error == ESHUTDOWN) { in hvs_trans_soreceive()
794 __func__, error, so->so_error); in hvs_trans_soreceive()
836 so->so_error == ESHUTDOWN) { in hvs_trans_sosend()
1276 pcb->so->so_error = EIO; in hvsock_canread_check()
1353 pcb->so->so_error = EIO; in hvsock_canread_check()
1368 pcb->so->so_error = ESHUTDOWN; in hvsock_canread_check()
1509 new_so->so_error = error; in hvsock_open_conn_passive()
1551 so->so_error = error; in hvsock_open_conn_active()