Lines Matching refs:so_error
706 if (so->so_error) { in hvs_trans_soreceive()
707 if (so->so_error == ESHUTDOWN && in hvs_trans_soreceive()
716 if (so->so_error != ESHUTDOWN) in hvs_trans_soreceive()
717 error = so->so_error; in hvs_trans_soreceive()
766 if (so->so_error == ESHUTDOWN) { in hvs_trans_soreceive()
778 __func__, error, so->so_error); in hvs_trans_soreceive()
820 so->so_error == ESHUTDOWN) { in hvs_trans_sosend()
1254 pcb->so->so_error = EIO; in hvsock_canread_check()
1331 pcb->so->so_error = EIO; in hvsock_canread_check()
1346 pcb->so->so_error = ESHUTDOWN; in hvsock_canread_check()
1487 new_so->so_error = error; in hvsock_open_conn_passive()
1529 so->so_error = error; in hvsock_open_conn_active()